redis view the current number of connections

redis server connection

1. Download the client Redis Desktop Manager, double-click to open

 

2. Click on the bottom left connect to redis server

 

 

 3. Enter the connection name, ip and password, the default port 6379, and finally click OK

 

 

4. Double-click, can be connected to the redis

5. Right-click to open a command line console

 

6. Review the current number of connections redis: info clients

 

 

 7. Check redis maximum number of connections: CONFIG GET maxclients

 

 

Reference connection: https://www.cnblogs.com/zt007/p/9510795.html

 

Guess you like

Origin www.cnblogs.com/eosclover/p/11640821.html