Skip to content

Commit

Permalink
Release 0.8.0 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
  • Loading branch information
bjosv and zuiderkwast committed Jun 15, 2022
1 parent 0e741c6 commit f3091fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
### 0.8.0 - Jun 15, 2022

* Basic Redis 7.0 support.
* SSL/TLS handling in separate library.
* Command timeout corrections.
* Builds on Windows and macOS.

### 0.7.0 - Sep 22, 2021

* Added support for stream commands in regular API.
Expand Down
4 changes: 2 additions & 2 deletions COPYING
Expand Up @@ -2,8 +2,8 @@ Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com>
Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com>
Copyright (c) 2015-2017, Ieshen Zheng <ieshen.zheng at 163 dot com>
Copyright (c) 2020, Nick <heronr1 at gmail dot com>
Copyright (c) 2020-2021, Bjorn Svensson <bjorn.a.svensson at est dot tech>
Copyright (c) 2020-2021, Viktor Söderqvist <viktor.soderqvist at est dot tech>
Copyright (c) 2020-2022, Bjorn Svensson <bjorn.a.svensson at est dot tech>
Copyright (c) 2020-2022, Viktor Söderqvist <viktor.soderqvist at est dot tech>
Copyright (c) 2021, Red Hat

All rights reserved.
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 7
#define HIREDIS_CLUSTER_MINOR 8
#define HIREDIS_CLUSTER_PATCH 0
#define HIREDIS_CLUSTER_SONAME 0.7
#define HIREDIS_CLUSTER_SONAME 0.8

#define REDIS_CLUSTER_SLOTS 16384

Expand Down

0 comments on commit f3091fe

Please sign in to comment.