-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
119 lines (71 loc) · 2.43 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Revision history for Perl extension Redis-Cluster-Fast
{{$NEXT}}
0.095 2025-02-04T05:18:38Z
- Fix minor memory leaks.
0.094 2025-02-03T17:00:18Z
- Add run_event_loop method.
- Update documents about benchmarks.
0.093 2025-01-22T17:36:52Z
- Add pipeline support.
- Replace legacy redisClusterConnect2() API with redisClusterAsyncConnect2() API.
- Some chores.
0.092 2024-11-01T07:17:15Z
- Bump hiredis-cluster to 0.14.0
- Add route_use_slots option.
- Some chores for CI.
0.091 2024-02-15T16:31:44Z
- Bump hiredis-cluster to 0.11.0
- Bump hiredis to 1.2.0
- Refactorings
0.090 2023-11-05T16:51:58Z
- Use a DEBUG_REDIS_CLUSTER_FAST environment variable instead of a debug argument.
0.089 2023-09-26T10:49:21Z
- Fix tests.
- Use system libevent.
- Fix startup_nodes validation.
- Some chores.
0.088 2023-04-19T17:56:38Z
- Fix for future maintainability.
- Adjust cpanfile.
0.087 2023-03-12T14:05:49Z
- Fix Bugs.
- Use RESP2 instead of RESP3 for deps maintainability. Therefore, the response type of some commands has been changed.
- Refactorings.
0.086 2023-03-06T18:50:52Z
- Fix typo in POD.
0.085 2023-03-06T17:55:34Z
- Add simple microbenchmark result.
- Fix error handling to connect.
- Update POD.
0.084 2023-03-01T18:16:05Z
- Better testing.
- To run tests that use local application(s), require AUTOMATED_TESTING.
- Fix Changes indent.
0.083 2023-02-28T19:37:25Z
- Refactorings.
0.082 2023-02-26T17:57:12Z
- Fix error formatting #12
0.081 2023-02-26T16:39:11Z
- Explicitly do disconnect before free async context.
0.08 2023-02-26T13:47:23Z
- Refactoring.
0.07 2023-02-25T18:42:41Z
- Bump hiredis-cluster to 0.10.0
0.06 2023-02-25T18:12:59Z
- Fix memory leaks.
- Add a test using Test::Valgrind.
- Fix for building dependencies.
- Fix behavior when forked to reduce calls to Redis command to retrieve cluster topology.
- Refactoring.
0.05 2023-02-05T09:56:36Z
- skip tests when test Redis Cluster fails to start
- fix workflow
0.04 2023-02-04T08:23:18Z
- fix for using manually setting environment variable TEST_REDIS_CLUSTER_STARTUP_NODES
- Ignore patches that appear to be reversed or already applied.
0.03 2023-02-03T20:04:10Z
- fix a problem with a patch not being applied
0.02 2023-02-03T18:45:17Z
- fix tests
0.01 2023-02-02T19:10:47Z
- first version