Unable to set REDIS_CLIENT_KWARGS when using URLΒ #690
Open
Description
When "URL" is provided in the config, the "REDIS_CLIENT_KWARGS" parameter is not used when creating the Redis
instance. This means that additional arguments such as ssl_ca_certs
cannot be provided alongside the url.
Lines 81 to 92 in cd05d2f
A workaround for the moment is to pass the separate host, port, ssl, etc. arguments instead of the url.
Possibly related issue: #674
Metadata
Assignees
Labels
No labels