Installation of Redis for Windows

I believe that many people have encountered such problems when installing redis. 1. Installing a virtual machine is too troublesome and a bit of a waste of time. 2. I am still a student. When I bought a computer, I did not choose a high configuration. Installing a virtual machine consumes a lot memory, there are many solutions, such as docker, etc., but today I will share with you a simpler method - install Redis for Windows to learn Redis

The official version of Redis does not provide the Windows version of Redis. We need to use Redis for Windows and can only find it by ourselves and download the installation package.

Installation of Redis for Windows

1. Double-click the installation file

 2. Click next, click agree

3. Click next, select the installation directory, or add environment variables, my installation directory is D:\Redis\

4. Click next, and the default port is displayed as 6379. You can change it casually, because it is generally changed in enterprises, and we will not change it after learning.

 5. Click next to set the maximum memory, set it casually

 6. Click next and select install

 7. Click finish

 At this point, our Redis for Windows has been installed, our installation directory is D:\Redis\, we can open this directory, the results are as follows

 

Guess you like

Origin blog.csdn.net/qq_47701945/article/details/128415454