commands to start and stop redis server on Windows 10
Command to stop redis server on Windows 10
sudo service redis-server stop
Command to start redis server on Windows 10
sudo service redis-server start
Command to check if redis server is working fine?
You can throw any redis command to check if it's working like
redis-cli -v