All Products
Search
Document Center

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

Last Updated:Jul 10, 2025

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 using Redis Open-Source Edition, improper key design may result in large keys. When you retrieve or delete a large key from an instance, your business may be affected because of the single-threaded 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