Skip to content

Commit f38f3d0

Browse files
committed
chore: prepare to release
1 parent 986e32b commit f38f3d0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for Perl extension Redis-Cluster-Fast
22

33
{{$NEXT}}
44

5+
- Add run_event_loop method.
6+
- Update documents about benchmarks.
7+
58
0.093 2025-01-22T17:36:52Z
69

710
- Add pipeline support.

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"web" : "https://github.com/plainbanana/Redis-Cluster-Fast"
7373
}
7474
},
75-
"version" : "0.093",
75+
"version" : "0.094",
7676
"x_contributors" : [
7777
"Masahiro Honma <hiratara@cpan.org>"
7878
],

lib/Redis/Cluster/Fast.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Carp 'croak';
66

7-
our $VERSION = "0.093";
7+
our $VERSION = "0.094";
88

99
use constant {
1010
DEFAULT_COMMAND_TIMEOUT => 1.0,

0 commit comments

Comments
 (0)