File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for AnyEvent::RipeRedis.
2
2
3
+ 0.26 Fri Sep 2 18:17:17 MSK 2016
4
+ - "min_reconnect_interval" renamed to "reconnect_interval"
5
+
3
6
0.24 Fri Sep 2 08:20:05 MSK 2016
4
7
- Error "not allowed after "multi"" now raise exception.
5
8
- Unit tests improved.
Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.25_01
1
+ AnyEvent-RipeRedis version 0.26
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.25_01 ' ;
8
+ our $VERSION = ' 0.26 ' ;
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.25_01 ' ;
7
+ our $VERSION = ' 0.26 ' ;
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