fix typo in redis.conf

This commit is contained in:
BrotherGao 2018-12-29 12:37:29 +08:00
parent 9f4b121512
commit 337969dc41
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ client-output-buffer-limit pubsub 32mb 8mb 60
# client-query-buffer-limit 1gb
# In the Redis protocol, bulk requests, that are, elements representing single
# strings, are normally limited ot 512 mb. However you can change this limit
# strings, are normally limited to 512 mb. However you can change this limit
# here.
#
# proto-max-bulk-len 512mb