module RedisClient::Config::Common

def new_client(**kwargs)

def new_client(**kwargs)
  @client_implementation.new(self, **kwargs)
end