diff options
author | laodc <github@laodc.com> | 2023-08-21 15:45:58 +0700 |
---|---|---|
committer | laodc <github@laodc.com> | 2023-08-21 15:45:58 +0700 |
commit | 75fdc829bacbdc767b20d3f0e40b91215fce14fe (patch) | |
tree | 209d8d53e71cd5a92deb69fcb740bb2649bb66ee /conf | |
parent | 1931487b17059d6c63adf2245c9632384657f89e (diff) | |
download | rspamd-75fdc829bacbdc767b20d3f0e40b91215fce14fe.tar.gz rspamd-75fdc829bacbdc767b20d3f0e40b91215fce14fe.zip |
Added support for Redis 6 ACL (username/password)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/redis.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |