Using Redis in windows 10 without docker. #1623
-
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). |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.