# File lib/redis.rb, line 1087
    def initialize(options)
      @result = []
      @options = options
      yield(self)
    end