surrealpatch/kvs
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
..
db.go Rename package kv to kvs 2016-05-19 12:32:55 +01:00
err.go Improve error output for encryption errors 2016-05-24 10:29:37 +01:00
kv.go Rename package kv to kvs 2016-05-19 12:32:55 +01:00
txn.go FIx bug with PDel prefix deleting in KV store 2016-05-27 16:24:58 +01:00