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