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