Redis installation and use (windows)

1. Download and install

Download address: https://github.com/MicrosoftArchive/redis/releases

Choose a version and unzip it. As shown below:


2. Run and debug

In the D:\work\Redis-x64-3.2.100 directory, shift+right mouse button select "Open command window here", run  redis-server.exe redis.windows.conf , as shown below:


In the D:\work\Redis-x64-3.2.100 directory, shift+right mouse button select "Open command window here", run  redis-cli.exe -h 127.0.0.1 -p 6379 ,

Set the key-value pair set key 123
Take out the key-value pair get key

The following figure appears to indicate that the test ran successfully.

3. redis visualization tool

Download address: https://redisdesktop.com/download


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324818028&siteId=291194637