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