summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorzhaozhao.zz <zhaozhao.zz@alibaba-inc.com>2018-10-30 00:47:49 +0800
committerzhaozhao.zz <276441700@qq.com>2020-08-11 18:59:29 +0800
commitbd4b33d7a2b00fddcaaccee9705d21b92d97311e (patch)
tree655cdd740b503f13bb4764519dc751e0ea6ac4b4 /redis.conf
parent2e69bfe44d154d6739da48ff87f1c66045f68e93 (diff)
downloadredis-bd4b33d7a2b00fddcaaccee9705d21b92d97311e.tar.gz
config: proto-max-bulk-len must be 1mb or greater
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 33f15b9ee..b8134e8c4 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1651,7 +1651,7 @@ client-output-buffer-limit pubsub 32mb 8mb 60
# In the Redis protocol, bulk requests, that are, elements representing single
# strings, are normally limited ot 512 mb. However you can change this limit
-# here.
+# here, but must be 1mb or greater
#
# proto-max-bulk-len 512mb