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