class RedisClient

def config(**kwargs)

def config(**kwargs)
  Config.new(client_implementation: self, **kwargs)
end