Here we will detail the metrics necessary to verify the performance on the Redis database service. The features are:
- Commands per second
- RAM used
- Blocked customers
- Connected clients
- Evicted keys
- Fragmentation ratio
- Total size of objects
The necessary requirement for the configuration of the Redis monitreo is to use versions greater than 2.6.
The values that must be set are the following:
- Redis IP address: Here you must configure the IP where Redis is listening. The default value is 127.0.0.1
- Redis port: Configure the port where Redis is listening. The default value is 6379.
- Login password: Here you will place a password to use when connecting to the server. By default, Redis does not have a password.