configure_redis

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

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