We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30f6f4 commit 5201a24Copy full SHA for 5201a24
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### 0.13.0 - Mar 18, 2024
2
+
3
+* Add non-const connect callback (#205)
4
+* Invoke all callbacks during redisClusterAsyncDisconnect() (#204)
5
+* Better support for JSON files describing commands metadata (#202)
6
+* Fix a compilation warning in command.c relating to kpos shadowing (#201)
7
8
### 0.12.0 - Feb 9, 2024
9
10
* Update slotmap when slot is not served by any node (#192)
hircluster.h
@@ -40,9 +40,9 @@
40
#define UNUSED(x) (void)(x)
41
42
#define HIREDIS_CLUSTER_MAJOR 0
43
-#define HIREDIS_CLUSTER_MINOR 12
+#define HIREDIS_CLUSTER_MINOR 13
44
#define HIREDIS_CLUSTER_PATCH 0
45
-#define HIREDIS_CLUSTER_SONAME 0.12
+#define HIREDIS_CLUSTER_SONAME 0.13
46
47
#define REDIS_CLUSTER_SLOTS 16384
48
0 commit comments