-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
168 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
<<<<<<< HEAD | ||
======= | ||
keydb (6:6.3.0-1distribution_placeholder) codename_placeholder; urgency=medium | ||
|
||
* This release open sources KeyDB Enterprise features into the open source project along with PSYNC for active replication | ||
* Partial synchronization for active replication is introduced | ||
* MVCC introduced into codebase from KeyDB Enterprise | ||
* Async commands added: GET, MGET. These will see perf improvements | ||
* KEYS and SCAN commands will no longer be blocking calls | ||
* Async Rehash implemented for additional stability to perf | ||
* IStorage interface added | ||
* In-process background saving (forkless) to comply with maxmemory setting | ||
* See v6.3.0 tagged release notes on github for a detailed explanation of these changes | ||
|
||
-- Ben Schermel <[email protected]> Wed, 11 May 2022 20:00:37 +0000 | ||
|
||
>>>>>>> public/main | ||
keydb (6:6.2.2-1distribution_placeholder) codename_placeholder; urgency=medium | ||
|
||
* Acquire lock in module.cpp to fix module test break | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.