[Development Notes] - start redis in the background under Windows environment

1. Go to the DOS window

2. enter Redis installation directory

3. Enter: redis -server --service-install redis.windows.conf --loglevel verbose (install redis service)

4. Input: redis-server --service-start (Start Service)

5. Input: redis-server --service-stop (off)

Starts the specified configuration file redis-server --service-start redis.windows-service.conf

 

RedisClient windows desktop management tools:

Links: https://pan.baidu.com/s/1Z1TjvOZl8uZK8-lpfPlBew     extraction code: 54zz

Guess you like

Origin www.cnblogs.com/juihai/p/11464923.html