Fix typo in redis.conf comment (#9245)

This commit is contained in:
Lawrence Chou 2021-07-18 02:03:28 +08:00 committed by GitHub
parent 11dc4e59b3
commit 71c0466c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1194,7 +1194,7 @@ lazyfree-lazy-user-flush no
# Usually threading reads doesn't help much. # Usually threading reads doesn't help much.
# #
# NOTE 1: This configuration directive cannot be changed at runtime via # NOTE 1: This configuration directive cannot be changed at runtime via
# CONFIG SET. Aso this feature currently does not work when SSL is # CONFIG SET. Also, this feature currently does not work when SSL is
# enabled. # enabled.
# #
# NOTE 2: If you want to test the Redis speedup using redis-benchmark, make # NOTE 2: If you want to test the Redis speedup using redis-benchmark, make