Remove default guidance in Redis.conf

Removing the default guidance in Redis.conf since this is not an available value.
This commit is contained in:
Jamie Scott 2020-03-09 12:53:44 -07:00 committed by antirez
parent 2880ed0b90
commit 6e3f53a46f

View File

@ -176,8 +176,7 @@ tcp-keepalive 300
# tls-cluster yes # tls-cluster yes
# Explicitly specify TLS versions to support. Allowed values are case insensitive # Explicitly specify TLS versions to support. Allowed values are case insensitive
# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1) or # and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1)
# "default" which is currently >= TLSv1.1.
# #
# tls-protocols TLSv1.2 # tls-protocols TLSv1.2