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