forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
848 B
848 B
Why Is Memory of a DCS Redis Instance Used Up by Just a Few Keys?
Possible cause: The output buffer may have occupied an excessive amount of memory.
Solution: After connecting to the instance using redis-cli, run the redis-cli --bigkeys command to scan for big keys. Then, run the info command to check the output buffer size.
Parent topic: Redis Usage