class Redis::CommandOptions

def initialize(options)

def initialize(options)
  @result = []
  @options = options
  yield(self)
end