summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorcheese1 <cheese@nosuchhost.net>2021-03-10 18:11:16 +0100
committerGitHub <noreply@github.com>2021-03-10 19:11:16 +0200
commitc945e1126a0b7ccba642af7c51c60f2d86290e17 (patch)
tree812b3115d463502fc5794acbaf71503e28bf5e3e /redis.conf
parent3d0b427c30610b45c00b2377ee28bb69974ccea2 (diff)
downloadredis-c945e1126a0b7ccba642af7c51c60f2d86290e17.tar.gz
Changes http to https in texts (#8495)
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/redis.conf b/redis.conf
index 465d56fc0..6bdef8843 100644
--- a/redis.conf
+++ b/redis.conf
@@ -1225,7 +1225,7 @@ disable-thp yes
# If the AOF is enabled on startup Redis will load the AOF, that is the file
# with the better durability guarantees.
#
-# Please check http://redis.io/topics/persistence for more information.
+# Please check https://redis.io/topics/persistence for more information.
appendonly no
@@ -1480,7 +1480,7 @@ lua-time-limit 5000
# cluster-allow-reads-when-down no
# In order to setup your cluster make sure to read the documentation
-# available at http://redis.io web site.
+# available at https://redis.io web site.
########################## CLUSTER DOCKER/NAT support ########################
@@ -1563,7 +1563,7 @@ latency-monitor-threshold 0
############################# EVENT NOTIFICATION ##############################
# Redis can notify Pub/Sub clients about events happening in the key space.
-# This feature is documented at http://redis.io/topics/notifications
+# This feature is documented at https://redis.io/topics/notifications
#
# For instance if keyspace events notification is enabled, and a client
# performs a DEL operation on key "foo" stored in the Database 0, two