Skip to content

Commit 09fa8b8

Browse files
authored
Merge pull request #526 from php-enqueue/redis-timeout-fix
[redis] Revert timeout change.
2 parents 8a64437 + f3620a7 commit 09fa8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/redis/RedisConnectionFactory.php

+1-1
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)