How to start windows redis

First to download the above github: https://github.com/MSOpenTech/redis/releases 

Then, after decompression, the switching command to the directory

redis-server.exe redis.windows.conf start redis service

Retain the cmd window, open a new cmd window and go down to unzip directory

redis-cli.exe -h 127.0.0.1 -p 6379

Redis server to access

 

Published 19 original articles · won praise 0 · Views 785

Guess you like

Origin blog.csdn.net/weixin_44151772/article/details/105239105