We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ea863 commit a35738cCopy full SHA for a35738c
2 files changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.10)
2
project(kvrocks
3
- VERSION 1.1.31
+ VERSION 1.1.32
4
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
5
LANGUAGES CXX)
6
Changelog
@@ -1,3 +1,7 @@
+* Version 1.1.32 (@2020-10-28)
+ - FIX: hmget should not output empty string when hash key doesn't exist
+ - FIX: disable compaction_checker_range when value is empty string
+
* Version 1.1.31 (@2020-10-21)
- MOD: improve the multi-bulk string function performance
7
- FIX: hash tag calculation error
0 commit comments