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.
1 parent 8564d6b commit 3101fc4Copy full SHA for 3101fc4
src/Prometheus/Storage/Redis.php
@@ -182,7 +182,7 @@ private function connectToServer(): void
182
{
183
try {
184
$connection_successful = false;
185
- if ($this->options['persistent_connections'] !== null) {
+ if ($this->options['persistent_connections'] !== false) {
186
$connection_successful = $this->redis->pconnect(
187
$this->options['host'],
188
(int) $this->options['port'],
0 commit comments