Remove "timeout" as a default parameter in Connection\Parameters.

Falling back to a default timeout values should be done by the connection class
as it is an implementation detail that may vary depending on the backend.
This commit is contained in:
Daniele Alessandri
2015-07-25 16:29:19 +02:00
parent 55aab86800
commit 2b0c8fbb26
7 changed files with 14 additions and 10 deletions
-1
View File
@@ -26,7 +26,6 @@ class Parameters implements ParametersInterface
'scheme' => 'tcp',
'host' => '127.0.0.1',
'port' => 6379,
'timeout' => 5.0,
);
/**