Using Redis in windows 10 without docker. #1623
Answered
by
carltongibson
manupatel007
asked this question in
Q&A
|
I followed the django-channels tutorial and in place of docker, I tried to use redis directly on my Windows 10 machine. I found that there is no official support for windows. So I followed a workaround on stackoverflow which pointed to download the latest redis version for windows from here and it worked. So I wanted to ask if it is a valid way to work with django-channels.(Pardon me if I asked this at wrong place). |
Answered by
carltongibson
Feb 4, 2021
Replies: 1 comment 1 reply
|
If you can get redis running then it should work. It might be easy to use the WSL? I'm afraid I really can't speak to the compatibility of Redis with Windows. |
1 reply
Answer selected by
manupatel007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you can get redis running then it should work.
It might be easy to use the WSL? I'm afraid I really can't speak to the compatibility of Redis with Windows.