From 75fdc829bacbdc767b20d3f0e40b91215fce14fe Mon Sep 17 00:00:00 2001 From: laodc Date: Mon, 21 Aug 2023 15:45:58 +0700 Subject: Added support for Redis 6 ACL (username/password) --- conf/modules.d/redis.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/modules.d') diff --git a/conf/modules.d/redis.conf b/conf/modules.d/redis.conf index eb430cbb1..24948b150 100644 --- a/conf/modules.d/redis.conf +++ b/conf/modules.d/redis.conf @@ -19,6 +19,7 @@ redis { #disabled_modules = ["ratelimit"]; # List of modules that should not use redis from this section #timeout = 1s; #db = "0"; + #username = "some_username"; #password = "some_password"; .include(try=true,priority=5) "${DBDIR}/dynamic/redis.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/redis.conf" -- cgit v1.2.3