windows installed under redis

A. Install redis

redis version of windoms only to github redis official website to download: https://github.com/microsoftarchive/redis/releases

Select the version they need to download from the following:

 

 Msi which version is installed, zip is decompressed version

Download the zip to a local decompression, the directory is as follows:

 

 Open redis.windows.conf configured memory size:

 

 

II. Running redis

Open cmd into the installation directory and enter the command redis redis-server.exe redis.windows.conf

 

 

If the following error:

[2368] 21 Apr 02:57:05.611 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error

Workaround: Run the command line

redis-cli.exe

127.0.0.1:6379>shutdown

not connected>exit

Then re-run redis-server.exe redis.windows.conf, started successfully!

 

Guess you like

Origin www.cnblogs.com/wuwuyong/p/11697643.html