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 a5cc0e9 commit 52f1bfaCopy full SHA for 52f1bfa
Changes
@@ -1,5 +1,9 @@
1
Revision history for AnyEvent::RipeRedis.
2
3
+0.38 Sat Feb 25 16:38:55 MSK 2017
4
+ - Added error code E_NOT_BUSY.
5
+ - Minor fixes.
6
+
7
0.36 Tue Feb 21 14:55:42 MSK 2017
8
- Added parsing of reply for "CLUSTER INFO" command.
9
- Added README.pod file instead of README file.
lib/AnyEvent/RipeRedis.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use base qw( Exporter );
-our $VERSION = '0.37_02';
+our $VERSION = '0.38';
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