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