From cd1c600548d184cb9019c0491c8fb5a5cf902706 Mon Sep 17 00:00:00 2001 From: sundb Date: Sun, 8 Nov 2020 14:32:38 +0800 Subject: Typo fix: entires -> entries (#8031) --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') diff --git a/redis.conf b/redis.conf index c96aebea4..a46668826 100644 --- a/redis.conf +++ b/redis.conf @@ -1644,7 +1644,7 @@ hll-sparse-max-bytes 3000 # maximum number of items it may contain before switching to a new node when # appending new stream entries. If any of the following settings are set to # zero, the limit is ignored, so for instance it is possible to set just a -# max entires limit by setting max-bytes to 0 and max-entries to the desired +# max entries limit by setting max-bytes to 0 and max-entries to the desired # value. stream-node-max-bytes 4096 stream-node-max-entries 100 -- cgit v1.2.1