summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorJamie Scott <jamie@redislabs.com>2020-03-09 12:53:44 -0700
committerGitHub <noreply@github.com>2020-03-09 12:53:44 -0700
commit374b1192a358525dd099d5d5fc67ff370e3b6b05 (patch)
treefa2ab0c40ade00b90bdd50769dfa69ae72a2aec3 /redis.conf
parent2f3bfd1c135738722ba16c9a8320c188b465c9b7 (diff)
downloadredis-374b1192a358525dd099d5d5fc67ff370e3b6b05.tar.gz
Remove default guidance in Redis.conf
Removing the default guidance in Redis.conf since this is not an available value.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/redis.conf b/redis.conf
index 048b16302..a8e2fd89d 100644
--- a/redis.conf
+++ b/redis.conf
@@ -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