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