summaryrefslogtreecommitdiff
path: root/docs/REDIS
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2018-11-10 15:15:05 +0100
committerRobby <robby@chatbelgie.be>2018-11-10 15:15:05 +0100
commitb279863acb9ae3ade833ea00bcb17f22001e20db (patch)
treeff8bf1c8e22fea335f85092f689154b66968a7fe /docs/REDIS
parent9e7dadb9673b7b79c6307f5e859aa12c775e39ee (diff)
Update most URLs to use HTTPS if available, and fix some dead ones too.
Diffstat (limited to 'docs/REDIS')
-rw-r--r--docs/REDIS6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/REDIS b/docs/REDIS
index 5e74dad42..d18585979 100644
--- a/docs/REDIS
+++ b/docs/REDIS
@@ -1,8 +1,8 @@
-Starting in Anope 1.9.9, Anope has Redis database support (http://redis.io/).
+Starting in Anope 1.9.9, Anope has Redis database support (https://redis.io/).
This document explains the data structure used by Anope, and explains how
keyspace notification works.
-This is not a tutorial on how to use Redis, see http://redis.io/documentation
+This is not a tutorial on how to use Redis, see https://redis.io/documentation
for that.
Table of Contents
@@ -70,7 +70,7 @@ Table of Contents
2) Keyspace notifications
Redis 2.7 (unstable) and 2.8 (stable) and newer support keyspace notifications
- (http://redis.io/topics/notifications). This allows Redis to notify Anope of
+ (https://redis.io/topics/notifications). This allows Redis to notify Anope of
any external changes to objects in the database. Once notified, Anope will
immediately update the object. Otherwise, Anope keeps all objects in memory
and will not regularly read from the databaes once started.