All Products
Search
Document Center

ApsaraDB for Redis:How do I query large keys in an ApsaraDB for Redis instance?

Last Updated:Apr 19, 2024

This topic describes how to query large keys in an ApsaraDB for Redis instance.

ApsaraDB for Redis provides complex data types such as lists, hash tables, and sorted sets. When you use the service, improper key design may result in large keys. When you obtain or delete a large key of an instance, your business may be affected due to the single-threading model of ApsaraDB for Redis. If your instance is a cluster instance, the existence of large keys may even cause out-of-memory (OOM) errors for specific nodes.

You can use one of the following methods to query large keys in an ApsaraDB for Redis instance:

References

Applicable scope