1. Unzip the downloaded Redis to a folder, and I unzip the following:
2. Start Redis
Windows run (shortcut key: Windows key +r), enter the "cmd" command to enter the Doc OS window.
Input command: E:\Redis\redis-server.exe E:\Redis\redis.windows.conf (Note that the file path is not written incorrectly), then the effect is as follows:
3. The service is now started and will be tested later. Next we install the Redis visualization software Redisdesktopmanager, need to connect Redis after launch, this time we recommend that you change the connection password, the default is no password. Here we directly modify the redis.windows.conf file, open it, find the # Requirepass foobared (#打头的表示此行是注释说明状态, remove # is the configuration state), we modify, remove #, configure a password (or simply another line, According to the writing is),
4. Open the Visual software Redisdesktopmanager, connect as shown:
5. After successful connection, the following tests can be done:
1 redis 127.0.0.1:6379> SET runoobkey redis2OK3 redis 127.0.0.1:6379 > DEL runoobkey4 (integer) 1
6. If the test results are like, then congratulations on Redis and visualization are installed successfully!
Redis Windows7 64-bit installation and visualization (pro-Test success)