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.28 Fri Sep 23 12:10:33 MSK 2016
4
+ - Bugfix. If the client object was destroyed prematurely, in some cases
5
+ "_process_reply" method have been called on undefined value.
6
+
3
7
0.26 Fri Sep 2 18:17:17 MSK 2016
4
8
- "min_reconnect_interval" renamed to "reconnect_interval"
5
9
Original file line number Diff line number Diff line change 1
- AnyEvent-RipeRedis version 0.27_01
1
+ AnyEvent-RipeRedis version 0.28
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.27_01 ' ;
8
+ our $VERSION = ' 0.28 ' ;
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.27_01 ' ;
7
+ our $VERSION = ' 0.28 ' ;
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