Home » Redis Installation

Redis Installation

by Online Tutorials Library

Redis Installation

Go to Redis official website https://redis.io/ and follow images given below:

Redis Installation 1

Scroll down to Windows section. You will see learn more. Click on it.

Redis Installation 2

You will get release page:

Redis Installation 3

Click on download:

Redis Installation 4
Redis Installation 5

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

Redis Installation 6
Redis Installation 7
Redis Installation 8
Redis Installation 9
Redis Installation 10
Redis Installation 11


Start Redis

Redis is now ready to use. Start Redis server. Go to program files, followed by redis, followed by:

Redis Installation 12

Click on the redis-server.exe and you will find that the server is started.

Redis Installation 13

Now start Redis client.

Redis Installation 14
Redis Installation 15

Redis is started. Now you can check whether it is connected.

Use PING command.

Redis Installation 16

You can see the Redis server. It will also specify that 1 client is connected.

Redis Installation 17

You may also like