installing redis on windows code example
Example 1: how to install redis
sudo apt-get install redis-server
Example 2: install redis
sudo systemctl restart redis.service
Example 3: install redis
brew install redis
sudo apt-get install redis-server
sudo systemctl restart redis.service
brew install redis