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