Tobie Morgan Hitchcock
2334d9f7a1
Update errors and error messages
2016-07-16 14:44:48 +01:00
Tobie Morgan Hitchcock
8a0849d6da
Enable multiple database backends
2016-07-16 14:43:53 +01:00
Tobie Morgan Hitchcock
51a2cb3415
Enable specifying database file path
2016-06-15 13:38:55 +01:00
Tobie Morgan Hitchcock
698a25b8e2
Fix bug with RDel prefix deleting in KV store
...
When a key is deleted in a for loop, calling cursor.next() jumps a key. As a result we must seek to the prefix again, until all keys with the prefix are deleted.
2016-05-31 13:34:54 +01:00
Tobie Morgan Hitchcock
c3fe3ef2c7
Log more error information
2016-05-30 10:59:05 +01:00
Tobie Morgan Hitchcock
4fbe1a6b58
FIx bug with PDel prefix deleting in KV store
...
When a key is deleted in a for loop, calling cursor.next() jumps a key. As a result we must seek to the prefix again, until all keys with the prefix are deleted.
2016-05-27 16:24:58 +01:00
Tobie Morgan Hitchcock
8d0d405ce0
Improve error output for encryption errors
2016-05-24 10:29:37 +01:00
Tobie Morgan Hitchcock
7960515114
Add compression and encryption to key value store
2016-05-21 18:07:51 +01:00
Tobie Morgan Hitchcock
c340c389ac
Improve error messages
2016-05-21 18:06:21 +01:00
Tobie Morgan Hitchcock
b19c66cd03
Rename package kv to kvs
2016-05-19 12:32:55 +01:00