File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for AnyEvent::RipeRedis.
2
2
3
+ 0.24 Fri Sep 2 12:00:25 MSK 2016
4
+ - Error "not allowed after "multi"" now raise exception.
5
+ - Unit tests improved.
6
+
3
7
0.22 Tue Aug 30 19:51:25 MSK 2016
4
8
- Unit tests improved.
5
9
Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.23_01
1
+ AnyEvent-RipeRedis version 0.24
2
2
======================
3
3
4
4
INSTALLATION
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.23_01 ' ;
8
+ our $VERSION = ' 0.24 ' ;
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.23_01 ' ;
7
+ our $VERSION = ' 0.24 ' ;
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