Merge branch 'RELEASE_6' of https://github.com/EQ-Alpha/KeyDB into RELEASE_6

Former-commit-id: 11c6d585ca0e2b9da2e9fef3faae459fa1ecfa57
This commit is contained in:
malavan 2021-08-13 15:46:24 +00:00
commit ae965735c7
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
keydb (6:6.2.0-1distribution_placeholder) codename_placeholder; urgency=medium
* Removed unused command line options(-a, -d, -P, -r, -q, --csv, -l, -I, -e, --precision, --cluster, --enable-tracking)
* --ms option changed to --time, added --clients, --host, --port, and --threads options
* Added keydb-diagnostic-tool
* Improved test reliability
* Fixed memory leak in keydb-benchmark
* Fixed a number of race conditions
* Fixed OSX build issues
* Feature parity with Redis 6.2.3
* Fixed Issues: #323 #325 #276
-- Ben Schermel <ben@eqalpha.com> Thu, 12 Aug 2021 20:00:37 +0000
keydb (6:6.0.18-1distribution_placeholder) codename_placeholder; urgency=medium
* 6.0.18 - This release contains a number of improvements to stability and performance.

View File

@ -1,4 +1,4 @@
#define KEYDB_REAL_VERSION "6.2.0"
#define KEYDB_VERSION_NUM 0x00060013
#define KEYDB_VERSION_NUM 0x00060200
extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config