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