We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986e32b commit f38f3d0Copy full SHA for f38f3d0
Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Redis-Cluster-Fast
2
3
{{$NEXT}}
4
5
+ - Add run_event_loop method.
6
+ - Update documents about benchmarks.
7
+
8
0.093 2025-01-22T17:36:52Z
9
10
- Add pipeline support.
META.json
@@ -72,7 +72,7 @@
72
"web" : "https://github.com/plainbanana/Redis-Cluster-Fast"
73
}
74
},
75
- "version" : "0.093",
+ "version" : "0.094",
76
"x_contributors" : [
77
"Masahiro Honma <hiratara@cpan.org>"
78
],
lib/Redis/Cluster/Fast.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp 'croak';
-our $VERSION = "0.093";
+our $VERSION = "0.094";
use constant {
DEFAULT_COMMAND_TIMEOUT => 1.0,
0 commit comments