1
0
mirror of https://github.com/nxshock/zkv.git synced 2024-11-27 11:21:02 +05:00
Commit Graph

17 Commits

Author SHA1 Message Date
80540a662a Add test for backup with deleted records 2022-12-07 19:20:38 +05:00
9f116ad35e Add Backup() method 2022-12-05 21:26:54 +05:00
20a99d9f35 Translate messages to english 2022-12-05 21:24:47 +05:00
aa1a2edda6 Add TODOs 2022-12-03 21:03:27 +05:00
56c9dcce00 Implement write buffer 2022-12-03 20:59:17 +05:00
8ef0fd240b Update README.md 2022-12-03 20:57:50 +05:00
8ab9e96ef6 Add compression level option 2022-12-03 12:55:42 +05:00
06a429ae4c Add some notes 2022-12-03 12:41:11 +05:00
350634de38 Add option for limit a number of parallel reads 2022-12-03 12:40:36 +05:00
b5043e1319 Add README with small amount of documentation 2022-12-02 21:37:56 +05:00
db25842429 Make constant key length 2022-12-02 21:37:34 +05:00
d40b88eebb Replace Mutex with RWMutex 2022-12-02 21:37:15 +05:00
4ec53665af New version
* Simplify internal structures
* Update minimal Go version
* Add Delete() function
2022-12-02 20:32:09 +05:00
5c459416b1 Remove useless flush 2022-02-16 17:45:46 +05:00
916b50decd Switch to GOB encoder 2022-02-16 16:38:50 +05:00
11599b76b6 Fix package name 2022-02-16 16:16:29 +05:00
c40ec11e9a Initial commit 2022-02-16 16:08:20 +05:00