# File lib/redis/distributed.rb, line 309
    def brpop(key, timeout)
      node_for(key).brpop(key, timeout)
    end