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