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