Replies: 3 comments 4 replies
|
Hey, assuming you are using 0.7.3, you should look at: The only thing you may need to add is the tls feature eg: redis = { version = "*", features = [
"tokio-rustls-comp"
] }
See also: |
3 replies
|
Cargo.toml Error log |
1 reply
|
I think I found the root cause Solved by upgraded redis (v.32) and deadpool_redis (v0.22) to latest version, then apalis will use redis with tls feature same with other |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to connect to redis secure (rediss://) ?
All reactions