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