From e1ebff149fe9de439b46c548b806043ed72dd89c Mon Sep 17 00:00:00 2001 From: Ralf Lang Date: Mon, 25 May 2026 15:57:38 +0200 Subject: [PATCH] feat(conf): add Redis ACL username and sentinel password fields Add configstring for username (Redis 6+ ACL) and sentinelPassword (for authenticating to sentinel nodes separately from data nodes) to the hashtable Predis configuration section. Refs https://github.com/horde/HashTable/issues/3 --- config/conf.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/conf.xml b/config/conf.xml index fecc68c7..c74ef72c 100644 --- a/config/conf.xml +++ b/config/conf.xml @@ -2202,10 +2202,15 @@ cookie policy. See session configuration options.">$_SERVER['SERVER_NAME'] ?? $_ mymaster + +