Skip to content

Commit

Permalink
Merge pull request #526 from php-enqueue/redis-timeout-fix
Browse files Browse the repository at this point in the history
[redis] Revert timeout change.
  • Loading branch information
makasim authored Sep 7, 2018
2 parents 8a64437 + f3620a7 commit 09fa8b8
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 09fa8b8

Please sign in to comment.