We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e0fbc commit 78b9939Copy full SHA for 78b9939
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+v0.2.2 (2013-09-04)
2
+===============================================================================
3
+
4
+ - __FIX__: when connection refused exceptions are thrown the client gets stuck
5
+ in a retry loop that keeps on raising exceptions until the specified server
6
+ starts accepting new connections again.
7
8
v0.2.1 (2013-08-27)
9
===============================================================================
10
VERSION
@@ -1 +1 @@
-0.2.1
+0.2.2
lib/Predis/Async/Client.php
@@ -36,7 +36,7 @@
36
*/
37
class Client
38
{
39
- const VERSION = '0.2.1';
+ const VERSION = '0.2.2';
40
41
protected $profile;
42
protected $connection;
0 commit comments