Skip to content

Commit 4025d32

Browse files
authored
[redis] Revert timeout change.
fixes php-enqueue/enqueue-dev#525
1 parent ffb4340 commit 4025d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RedisConnectionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private function defaultConfig(): array
154154
'host' => 'localhost',
155155
'scheme' => 'redis',
156156
'port' => 6379,
157-
'timeout' => .0,
157+
'timeout' => null,
158158
'reserved' => null,
159159
'retry_interval' => null,
160160
'vendor' => 'phpredis',

0 commit comments

Comments
 (0)