From 9b2053d610d69d681a3e93d0d916224387b48ca3 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Mon, 30 Sep 2024 09:57:34 +1000 Subject: [PATCH] Update images/redis/conf/redis.conf --- images/redis/conf/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/redis/conf/redis.conf b/images/redis/conf/redis.conf index 60ac95525..b6b7d44fe 100644 --- a/images/redis/conf/redis.conf +++ b/images/redis/conf/redis.conf @@ -1,5 +1,5 @@ # Redis configuration file for non-persistent cache -# see https://raw.githubusercontent.com/antirez/redis/6.0/redis.conf for all possible configs. +# see https://raw.githubusercontent.com/redis/redis/refs/tags/7.2.5/redis.conf for all possible configs. loglevel ${LOGLEVEL:-notice} databases ${DATABASES:-1}