# File lib/redis.rb, line 933
  def rpushx(key, value)
    synchronize do |client|
      client.call([:rpushx, key, value])
    end
  end