Redis Installation
Go to Redis official website https://redis.io/ and follow images given below:
Scroll down to Windows section. You will see learn more. Click on it.
You will get release page:
Click on download:
You can see that Redis is downloaded now.
You can also download one click Redis and install as a Windows service by using the following Github link.
https://github.com/rgl/redis/downloads
Start Redis
Redis is now ready to use. Start Redis server. Go to program files, followed by redis, followed by:
Click on the redis-server.exe and you will find that the server is started.
Now start Redis client.
Redis is started. Now you can check whether it is connected.
Use PING command.
You can see the Redis server. It will also specify that 1 client is connected.