Skip to content

Commit 2f3e003

Browse files
committed
store.redis.tls should apply to sentinels
1 parent c0d9894 commit 2f3e003

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SimpleSAML/Store/RedisStore.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function __construct(?Client $redis = null)
102102
'service' => $mastergroup,
103103
'prefix' => $prefix,
104104
'parameters' => [
105+
'scheme' => $scheme,
105106
'database' => $database,
106107
]
107108
+ (!empty($ssl) ? ['ssl' => $ssl] : [])

0 commit comments

Comments
 (0)