|
|
|
@ -483,8 +483,9 @@ const message = {
|
|
|
|
|
tcpPort: 'Current listening port', |
|
|
|
|
uptimeInDays: 'Days in operation', |
|
|
|
|
connectedClients: 'Number of connected clients', |
|
|
|
|
usedMemory: 'Redis indicates the peak value of memory allocated historically', |
|
|
|
|
usedMemoryRss: 'Total system memory used by Redis', |
|
|
|
|
usedMemory: 'Current memory usage of Redis', |
|
|
|
|
usedMemoryRss: 'Memory size requested from the operating system', |
|
|
|
|
usedMemoryPeak: 'Peak memory consumption of Redis', |
|
|
|
|
memFragmentationRatio: 'Memory fragmentation ratio', |
|
|
|
|
totalConnectionsReceived: 'Total number of clients connected since run', |
|
|
|
|
totalCommandsProcessed: 'The total number of commands executed since the run', |
|
|
|
|