# File lib/redis/distributed.rb, line 284
    def lpop(key)
      node_for(key).lpop(key)
    end