Answers for "redis using command line"

0

run redis server

$ docker run -p 6379:6379 -d redis:5
Posted by: Guest on October-25-2021
0

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language