Commit graph

7 commits

Author SHA1 Message Date
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