summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorMadelyn Olson <34459052+madolson@users.noreply.github.com>2020-12-23 19:13:12 -0800
committerGitHub <noreply@github.com>2020-12-23 19:13:12 -0800
commit59ff42c42156dcf4a5d9b637d8cb20c37ddc5c65 (patch)
treeba78bd4c6e1a0d8ec64b1f44d204140963c736aa /redis.conf
parentefaf09ee4b6437c69c467acdb0c62a510207e993 (diff)
downloadredis-59ff42c42156dcf4a5d9b637d8cb20c37ddc5c65.tar.gz
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.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
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:
#