File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -653,6 +653,10 @@ No matching script. Use the C<EVAL> command.
653
653
Redis is busy running a script. You can only call C<SCRIPT KILL>
654
654
or C<SHUTDOWN NOSAVE>.
655
655
656
+ =item E_NOT_BUSY
657
+
658
+ No scripts in execution right now.
659
+
656
660
=item E_MASTER_DOWN
657
661
658
662
Link with MASTER is down and slave-serve-stale-data is set to 'no'.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use base qw( Exporter ) ;
7
7
8
- our $VERSION = ' 0.37_01 ' ;
8
+ our $VERSION = ' 0.37_02 ' ;
9
9
10
10
use AnyEvent::RipeRedis::Error;
11
11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use 5.008000;
4
4
use strict;
5
5
use warnings;
6
6
7
- our $VERSION = ' 0.37_01 ' ;
7
+ our $VERSION = ' 0.37_02 ' ;
8
8
9
9
our %ERROR_CODES = (
10
10
E_CANT_CONN => 1,
You can’t perform that action at this time.
0 commit comments