Skip to content

Commit 1789417

Browse files
committed
version 1.13.0
1 parent a452d0c commit 1789417

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2020-12-16 [version 1.13.0]
2+
* [FEATURE] added mgets command
3+
* [FEATURE] added persistence function in default engine. (beta)
4+
* [FEATURE] added default_engine.conf file to set engine settings.
5+
* [IMPROVE] make possible notifying io completion multiple times.
6+
* [IMPROVE] reduced the count of calling the number_of_pending().
7+
* [IMPROVE] do not increase the refcount when allocate an hash_item.
8+
* [IMPROVE] optimized the do_item_replace() function.
9+
* [FIX] set item_count to -2 only ENGINE_ENOMEM in item_scan_getnext().
10+
* [FIX] reset elem_count of erst_array in item_scan_release().
11+
* [FIX] changed the use_cas checking in an existing hash item.
12+
* [FIX] do the blocked io even if preparing coll get response fails.
13+
* [FIX] set rltotal to 0 when read in data to single buffer.
14+
* [TEST] disabled tests about the max item size more than 1mb.
15+
* [CLEANUP] added redistribution logs when expand the hash table.
16+
* [CLEANUP] set the engine related settings by reloading engine config.
17+
* [CLEANUP] added the item apply functions.
18+
* [CLEANUP] separated the item module into multiple files.
19+
* [CLEANUP] refactored many parts in source code.
20+
121
2020-09-04 [version 1.12.2]
222
* [FEATURE] support item size exceeding 1MB by removing asserts on that.
323
* [FEATURE] remove dual space in the pipe header response string.

0 commit comments

Comments
 (0)