Hi: Using tracking-table-max-keys,when the limit is reached, Redis will start to evict keys in the invalidation table. But in trackingLimitUsedSlots, when evict keys, the server does not tell the client to invalidate the cached values.

Comment From: antirez

Thank you @huangzhw, checking and fixing.

Comment From: antirez

@huangzhw fixed, thank you.