Implementation method: analyzing the backup files of a Redis instance;
Advantages of analyzing Redis backup files with the offline full-key analysis function:
1. Quickly discovering the big keys in the instance;
2. Having a full understanding of the occupancy and distribution of keys in memory;
3. Learning about the total number of expired keys, the proportion of keys with an expiration time set, the number of expired keys, the number of evicted keys, etc. to data support for subsequent business optimization operations;
4. Supports creating new backups, analyzing the latest backup files, and also supports full-key analysis of the existing backups;
Before You Begin
A DCS Redis cluster version instance that has been successfully created and is running.
Procedure
1. Log in to the Redis management console.
2. Select the region of the instance in the upper left corner of the management console.
3. On the instance list page, click the target instance name to go to the instance details page.
4. Click on metric monitoring. This page includes basic metrics, node metrics, client sessions, top key analysis, offline full-key analysis, and expired key scanning.
5. Select the Offline Full-Key Analysis tab page above and click Analyze Now and the system will generate a full-key analysis record.
6. Go to the Details Page to view the analysis report.