Whether you're installing Redis in Linux or Windows,
How to properly download and install the Visual Redis Database management tool (Redis-desktop-manager) under Windows (detailed text)
1, for example, double-click the corresponding icon to open the software
2.1 One way to connect to a Redis server- import the corresponding Redis information
I'm here in
C:\Users\lenovo\AppData\Roaming\Microsoft\Windows\Start Menu\programs\redisdesktopmanager
Then the content is:
[ { "auth": "123456", "host": "127.0.0.1", "Keys_pattern": "*", "name": "Rediscon (WIN10)", "Namespace_separator": ":", "port": 6379, "Ssh_port": $, "Timeout_connect": 60000, "timeout _execute ": 60000 }]
2.2: Two ways to connect Redis server-- by user name, password, IP address, port number configuration method
3: Select the connected server node-- Right-click--console, enter the Redis Service Command Control Action window
4.1:ok, here is a variety of operations for Redis server, here only for trial demonstration, casually operation of the most common Redis commands, such as, adding and deleting changes and other
4.2: View the type of key, which may be used when parsing the cache
4.3: Take out all the keys that match and see what keys are available to prepare for the next query
4.4: View the type of key and the number of keys in the database
4-5: View information about the server
4-6: View log information
Visualization of the Redis database management tool Redis-desktop-manager initial use (graphic)