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