Skip to content

Commit 03bc9c0

Browse files
authored
[redis] Revert timeout change.
fixes #525
1 parent af705b0 commit 03bc9c0

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)