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