Skip to content

Commit

Permalink
[redis] Revert timeout change.
Browse files Browse the repository at this point in the history
fixes #525
  • Loading branch information
makasim authored Sep 7, 2018
1 parent 8a64437 commit f3620a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/redis/RedisConnectionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private function defaultConfig(): array
'host' => 'localhost',
'scheme' => 'redis',
'port' => 6379,
'timeout' => .0,
'timeout' => null,
'reserved' => null,
'retry_interval' => null,
'vendor' => 'phpredis',
Expand Down

0 comments on commit f3620a7

Please sign in to comment.