configure_redis_async

async privex.helpers.plugin.configure_redis_async(host='localhost', port: int = 6379, db: int = 0, **kwargs)[source]

Update global Redis settings and re-instantiate the global Async Redis instance with the new settings.