In a real-world working environment, Redis is installed on the server, and we want to use the Redis terminal for Redis services. Redis-desktop-manager is to connect the Redis service and we can learn to use it.
First, install Redis-desktop-manager, you can go to http://download.csdn.net/detail/u012453843/9820194 this address to download the installation package and install.
After installation, you can see the interface shown in the following figure. We can add a Redis connection by clicking "Connect to Redis Server".
In the pop-up dialog box name is entered, the host enters the IP of the Redis service, port ports is 6379 by default, and if the Redis service port is a different port, it should be modified. Click "OK" when you are finished typing
After connecting to the Redis service, as shown in the figure below, you can see that there are 16 databases, and if you want to operate the Redis service, you can right------>console on Redis-server, as shown in the following figure.
The console window can be seen in the lower-right corner of the image, where you can manipulate the Redis service, as shown in the following figure.
You can switch databases for example, switch from library No. 0 to library 2nd and add key, as shown in the following figure.