Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Feb 6, 2023
1 parent e4ee3be commit 14bdcf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.10.0 - Feb 02, 2023

* More commands are supported.
* New logic for finding the key of each command.
* Build improvements.

### 0.9.0 - Dec 22, 2022

* Fixed a crash in the asynchronous API triggered by timed out commands.
Expand Down
4 changes: 2 additions & 2 deletions hircluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
#define UNUSED(x) (void)(x)

#define HIREDIS_CLUSTER_MAJOR 0
#define HIREDIS_CLUSTER_MINOR 9
#define HIREDIS_CLUSTER_MINOR 10
#define HIREDIS_CLUSTER_PATCH 0
#define HIREDIS_CLUSTER_SONAME 0.9
#define HIREDIS_CLUSTER_SONAME 0.10

#define REDIS_CLUSTER_SLOTS 16384

Expand Down

0 comments on commit 14bdcf9

Please sign in to comment.