We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69656f3 + 5dbb080 commit 8812992Copy full SHA for 8812992
1 file changed
lib/private/RedisFactory.php
@@ -46,7 +46,7 @@ public function __construct(SystemConfig $config) {
46
}
47
48
private function create() {
49
- $isCluster = in_array('redis.cluster', $this->config->getKeys());
+ $isCluster = in_array('redis.cluster', $this->config->getKeys(), true);
50
$config = $isCluster
51
? $this->config->getValue('redis.cluster', [])
52
: $this->config->getValue('redis', []);
0 commit comments