# File lib/redis/distributed.rb, line 249
    def lpush(key, value)
      node_for(key).lpush(key, value)
    end