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