class RedisClient

def register_driver(name, &block)

def register_driver(name, &block)
  @driver_definitions[name] = block
end