Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Mar 18, 2024
1 parent c30f6f4 commit 5201a24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### 0.13.0 - Mar 18, 2024

* Add non-const connect callback (#205)
* Invoke all callbacks during redisClusterAsyncDisconnect() (#204)
* Better support for JSON files describing commands metadata (#202)
* Fix a compilation warning in command.c relating to kpos shadowing (#201)

### 0.12.0 - Feb 9, 2024

* Update slotmap when slot is not served by any node (#192)
Expand Down
4 changes: 2 additions & 2 deletions hircluster.h
Expand Up @@ -40,9 +40,9 @@
#define UNUSED(x) (void)(x)

#define HIREDIS_CLUSTER_MAJOR 0
#define HIREDIS_CLUSTER_MINOR 12
#define HIREDIS_CLUSTER_MINOR 13
#define HIREDIS_CLUSTER_PATCH 0
#define HIREDIS_CLUSTER_SONAME 0.12
#define HIREDIS_CLUSTER_SONAME 0.13

#define REDIS_CLUSTER_SLOTS 16384

Expand Down

0 comments on commit 5201a24

Please sign in to comment.