class RedisClient::Pooled

def new_pool

def new_pool
  ConnectionPool.new(**@pool_kwargs) { @config.new_client }
end