# File lib/redis.rb, line 29
  def initialize(options = {})
    @client = Client.new(options)

    super() # Monitor#initialize
  end