We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459789a commit 80078ecCopy full SHA for 80078ec
2 files changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.10)
2
project(kvrocks
3
- VERSION 1.0.5
+ VERSION 1.1.0
4
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
5
LANGUAGES CXX)
6
Changelog
@@ -1,3 +1,9 @@
+* Version 1.1.0 (@2019-11-14)
+ - Feature: supports codis protocol
+ - Update: upgrade jemalloc to v5.2.1
+ - Update: refactor the config to make the code more tidy
+ - Fix: wrong substr argument when loading the namespace from config file
+
7
* Version 1.0.5 (@2019-10-17)
8
- FIX: auth would incorrect when requirepass from empty to non empty
9
0 commit comments