We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f49f8 commit d122b99Copy full SHA for d122b99
Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Redis-Cluster-Fast
2
3
{{$NEXT}}
4
5
+ - Fix minor memory leaks.
6
+
7
0.094 2025-02-03T17:00:18Z
8
9
- Add run_event_loop method.
META.json
@@ -72,7 +72,7 @@
72
"web" : "https://github.com/plainbanana/Redis-Cluster-Fast"
73
}
74
},
75
- "version" : "0.094",
+ "version" : "0.095",
76
"x_contributors" : [
77
"Masahiro Honma <[email protected]>"
78
],
lib/Redis/Cluster/Fast.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp 'croak';
-our $VERSION = "0.094";
+our $VERSION = "0.095";
use constant {
10
DEFAULT_COMMAND_TIMEOUT => 1.0,
0 commit comments