Method One:
Redis Manual cmd method for starting the server-side client
-------Redis server-side test use
1. Download Redis (https://github.com/mythz/redis-windows)
2. Extracting Redis (D:\Program Files\redis)
3. Start Redis
4. admin start cmd input d:
5. CD Program files\redis\redis-windows-master\src\msopentech\redis-64.2.8.2101
6. Redis-server.exe redis.windows.conf
7.--note (the Redis service shuts down automatically when the window is to be turned off)
-------Redis Client Test use
1. Test use
2. Also open a CMD command window to enter D:
3. CD Program files\redis\redis-windows-master\src\msopentech\redis-64.2.8.2101
4. Redis-cli.exe-h 10.0.0.207-p 6379 (note modify your own IP)
5. View IP cmd knock ipconfig
6. Set Lu Jiangjian
7. Get Lu
Method Two:
Redis Service-Side service installer
--------Redis Service Installer
1.https://github.com/rgl/redis/downloads Download
2. Install EXE, path such as: D:\Program Files (x86) \redis
--------Redis Client Use
1. Open the Redis-cli.exe in the D:\Program Files (x86) \redis directory
2. Set LU Jiangjian//Insert a piece of data
3. Get LU//read a piece of data
Introduction to Redis Database installation