All Products
Search
Document Center

Tair (Redis® OSS-Compatible):How do I query large keys in a Tair (Redis OSS-compatible) instance?

Last Updated:Oct 31, 2024

This topic describes how to query large keys in a Tair (Redis OSS-compatible) instance.

Redis Open-Source Edition provides complex data structures such as List, Hash, and Zset. When you use Redis Open-Source Edition, 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 Redis Open-Source Edition. If your instance is a cluster instance, the existence of large keys may even cause out of memory (OOM) errors on specific nodes.

You can use one of the following methods to query large keys in a Tair (Redis OSS-compatible) instance:

References

Applicable scope