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