We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5f1b4 commit 55e3384Copy full SHA for 55e3384
Changes
@@ -1,5 +1,8 @@
1
Revision history for AnyEvent::RipeRedis.
2
3
+0.36 Tue Feb 21 14:55:42 MSK 2017
4
+ - Added parsing of reply for "CLUSTER INFO" command.
5
+
6
0.34 Sat Jan 28 18:59:15 MSK 2017
7
- Light refactoring.
8
lib/AnyEvent/RipeRedis.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use base qw( Exporter );
-our $VERSION = '0.35_01';
+our $VERSION = '0.36';
9
10
use AnyEvent::RipeRedis::Error;
11
lib/AnyEvent/RipeRedis/Error.pm
@@ -4,7 +4,7 @@ use 5.008000;
use strict;
our %ERROR_CODES = (
E_CANT_CONN => 1,
0 commit comments