summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorsundb <sundbcn@gmail.com>2020-11-08 14:32:38 +0800
committerGitHub <noreply@github.com>2020-11-08 08:32:38 +0200
commitcd1c600548d184cb9019c0491c8fb5a5cf902706 (patch)
tree39e31cd336ff79cc7ac3019da5390532ad7113e1 /redis.conf
parent254367788a32b5178c25257e5a8cbd77c4d4a31f (diff)
downloadredis-cd1c600548d184cb9019c0491c8fb5a5cf902706.tar.gz
Typo fix: entires -> entries (#8031)
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 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