Answers for "redis on windows"

1

redis on windows

You can only run the redis 3 port on windows, 
I would recommend you to use wsl if you want to use the latest version of redis.
Posted by: Guest on October-21-2021
2

install redis

sudo systemctl restart redis.service
Posted by: Guest on September-10-2020
1

redis download

$ wget http://download.redis.io/releases/redis-6.0.8.tar.gz
$ tar xzf redis-6.0.8.tar.gz
$ cd redis-6.0.8
$ make
Posted by: Guest on September-16-2020
-2

redis install on windows

redis install on windows
------------------------------
https://github.com/microsoftarchive/redis/releases
Posted by: Guest on July-27-2021

Browse Popular Code Answers by Language