Skip to content

Commit a5cc0e9

Browse files
committed
README.pod updated
1 parent bcb507b commit a5cc0e9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,10 @@ No matching script. Use the C<EVAL> command.
653653
Redis is busy running a script. You can only call C<SCRIPT KILL>
654654
or C<SHUTDOWN NOSAVE>.
655655

656+
=item E_NOT_BUSY
657+
658+
No scripts in execution right now.
659+
656660
=item E_MASTER_DOWN
657661

658662
Link with MASTER is down and slave-serve-stale-data is set to 'no'.

lib/AnyEvent/RipeRedis.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use warnings;
66
use base qw( Exporter );
77

8-
our $VERSION = '0.37_01';
8+
our $VERSION = '0.37_02';
99

1010
use AnyEvent::RipeRedis::Error;
1111

lib/AnyEvent/RipeRedis/Error.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.008000;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.37_01';
7+
our $VERSION = '0.37_02';
88

99
our %ERROR_CODES = (
1010
E_CANT_CONN => 1,

0 commit comments

Comments
 (0)