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 d28cbaf770
commit e5a063bcb4

View File

@ -176,8 +176,7 @@ tcp-keepalive 300
# tls-cluster yes
# 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
# "default" which is currently >= TLSv1.1.
# and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1)
#
# tls-protocols TLSv1.2