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