You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should establish a connection to a redis cluster with root nodes 127.0.0.1 and 192.168.2.3.
At the same time reject_unauthorized=0 could be passed to accept self-signed certificates and cert, key, certroot parameters could be used to specify the files to read to connect via mTLS or with a custom CA.
I can provide a PR to support these options in case you're intrested in implementing this.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. We're always open to contributions. If you or anyone else is interested in working on this, we'd be happy to review a pull request. Thanks again for your input!
What problem did you meet?
Redis cache configuration is quite limited:
Describe what you'd like Logto to have
REDIS_URL
environment variable should be parsed to accept multiple hosts andredis_cluster
query parameter to support connection to redis cluster. Ex:should establish a connection to a redis cluster with root nodes
127.0.0.1
and192.168.2.3
.At the same time
reject_unauthorized=0
could be passed to accept self-signed certificates andcert
,key
,certroot
parameters could be used to specify the files to read to connect via mTLS or with a custom CA.I can provide a PR to support these options in case you're intrested in implementing this.
The text was updated successfully, but these errors were encountered: