summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2020-01-10 12:16:13 +0100
committerGitHub <noreply@github.com>2020-01-10 12:16:13 +0100
commitb8d315ff7686dcf7883a3ed2970ff8cc68215daa (patch)
tree468c8ae87ce740c2789394153db1c21c7807c544
parentbb936867546ceaa7993b5b28d610fd78198247c2 (diff)
parent45af2b174270af23a63b9032b2cbbb342d4e3a5f (diff)
downloadredis-b8d315ff7686dcf7883a3ed2970ff8cc68215daa.tar.gz
Merge pull request #6457 from IAmATeaPot418/patch-1
Update to directive in redis.conf (missing s)
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index 870849a79..5f9547c1d 100644
--- a/redis.conf
+++ b/redis.conf
@@ -197,7 +197,7 @@ tcp-keepalive 300
# When choosing a cipher, use the server's preference instead of the client
# preference. By default, the server follows the client's preference.
#
-# tls-prefer-server-cipher yes
+# tls-prefer-server-ciphers yes
################################# GENERAL #####################################