File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,7 @@ _Deparsed_XSubs.pm
4141cpanfile.snapshot
4242
4343deps /build
44- test
44+ test
45+
46+ .clang-format
47+ CLAUDE.md
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Revision history for Perl extension Redis-Cluster-Fast
22
33{{$NEXT}}
44
5+ - Fix premature timeout errors by prioritizing I/O events over timer events.
6+
570.095 2025-02-04T05:18:38Z
68
79 - Fix minor memory leaks.
Original file line number Diff line number Diff line change 7272 "web" : " https://github.com/plainbanana/Redis-Cluster-Fast"
7373 }
7474 },
75- "version" : " 0.095 " ,
75+ "version" : " 0.096 " ,
7676 "x_contributors" : [
7777 " Masahiro Honma <hiratara@cpan.org>"
7878 ],
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44use warnings;
55use Carp ' croak' ;
66
7- our $VERSION = " 0.095 " ;
7+ our $VERSION = " 0.096 " ;
88
99use constant {
1010 DEFAULT_COMMAND_TIMEOUT => 1.0,
You can’t perform that action at this time.
0 commit comments