# File lib/redis.rb, line 806
  def monitor(&block)
    synchronize do
      @client.call_loop([:monitor], &block)
    end
  end