diff options
author | shenlongxing <shenlongxing2012@gmail.com> | 2018-06-07 23:13:36 +0800 |
---|---|---|
committer | shenlongxing <shenlongxing2012@gmail.com> | 2018-06-07 23:13:36 +0800 |
commit | 018cf118d62e3881ffe6b5ff9e534e309c6ef3ab (patch) | |
tree | 5f97d9ee2eb8fbbc117766d903f409841cd8f4aa /redis.conf | |
parent | f847dd3ad8aac54f1f5b2919da3b27155926d343 (diff) | |
download | redis-018cf118d62e3881ffe6b5ff9e534e309c6ef3ab.tar.gz |
fix stream config typo
Diffstat (limited to 'redis.conf')
-rw-r--r-- | redis.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf index 3d1095c72..507527cc8 100644 --- a/redis.conf +++ b/redis.conf @@ -1115,7 +1115,7 @@ hll-sparse-max-bytes 3000 # max entires limit by setting max-bytes to 0 and max-entries to the desired # value. stream-node-max-bytes 4096 -stream-node-max-entires 100 +stream-node-max-entries 100 # Active rehashing uses 1 millisecond every 100 milliseconds of CPU time in # order to help rehashing the main Redis hash table (the one mapping top-level |