-
Heroku is forcing an upgrade to redis 7 which requires ssl.
according to the docs I'm expecting this to work with redis_options specified above but when I run it I receive
My full traceback is
Am I doing something wrong or are the docs incorrect? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
May 12, 2023
Replies: 1 comment
-
I was using "redis://" instead of "rediss://" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
miguelgrinberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using "redis://" instead of "rediss://"