Daniele Alessandri
9d4524cae7
Run php-cs against codebase.
2013-12-17 12:59:31 +01:00
Daniele Alessandri
c32f6c7152
Add "path" in phpdoc of connections supporting UNIX domain sockets.
2013-12-11 12:21:09 +01:00
Daniele Alessandri
9675626aac
Add "tcp_nodelay" in the list of supported connection parameters.
...
[ci skip]
2013-02-16 12:14:05 +01:00
Daniele Alessandri
76d6681f68
Fix unserialization of Predis/Connection/PhpiredisStreamConnection.
2013-02-16 11:14:55 +01:00
Daniele Alessandri
b76e876b73
No need for "iterable_multibulk" as a default connection parameter.
...
Furthermore, connections that do not support certain parameters should
check and throw whether they are set, independently from their value.
2013-02-09 09:56:07 +01:00
Daniele Alessandri
923e7ed5fd
Add Predis\Connection\PhpiredisStreamConnection.
...
This class works just like Predis\Connection\PhpiredisConnection but
it does not require the socket extensions since it relies on PHP's
native streams thus allowing the use of persistent connections.
2013-02-09 09:46:48 +01:00