Skip to content

Commit 63c6ce5

Browse files
authored
Merge pull request #1148 from DONEILL-emp/5280-redis-acl-auth-connection
Add username and scheme to redis cache drive config override
2 parents 54fa12d + 5d62bdd commit 63c6ce5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/general/system-configuration-overrides.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,8 +2398,10 @@ Example Usage:
23982398
$config['redis'] = array(
23992399
'host' => '127.0.0.1',
24002400
'password' => NULL,
2401+
'username' => NULL,
24012402
'port' => 6379,
2402-
'timeout' => 0
2403+
'timeout' => 0,
2404+
'scheme' => NULL // Use 'tls' for Auth connection(username & password required)
24032405
);
24042406

24052407
## `relaxed_track_views`

0 commit comments

Comments
 (0)