Skip to content

Commit 6154614

Browse files
ghalsetvdijen
authored andcommitted
store.redis.tls should apply to sentinels (#2557)
1 parent 81a69fd commit 6154614

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
@@ -100,6 +100,7 @@ public function __construct(?Client $redis = null)
100100
'service' => $mastergroup,
101101
'prefix' => $prefix,
102102
'parameters' => [
103+
'scheme' => $scheme,
103104
'database' => $database,
104105
]
105106
+ (!empty($ssl) ? ['ssl' => $ssl] : [])

0 commit comments

Comments
 (0)