From 59ff42c42156dcf4a5d9b637d8cb20c37ddc5c65 Mon Sep 17 00:00:00 2001 From: Madelyn Olson <34459052+madolson@users.noreply.github.com> Date: Wed, 23 Dec 2020 19:13:12 -0800 Subject: Cleanup key tracking documentation and table management (#8039) Cleanup key tracking documentation, always cleanup the tracking table, and free the tracking table in an async manner when applicable. --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') diff --git a/redis.conf b/redis.conf index af4b4be1f..891bb1663 100644 --- a/redis.conf +++ b/redis.conf @@ -691,7 +691,7 @@ replica-priority 100 # Redis implements server assisted support for client side caching of values. # This is implemented using an invalidation table that remembers, using -# 16 millions of slots, what clients may have certain subsets of keys. In turn +# a radix key indexed by key name, what clients have which keys. In turn # this is used in order to send invalidation messages to clients. Please # check this page to understand more about the feature: # -- cgit v1.2.1