surrealpatch/kvs
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
..
db.go Rename package kv to kvs 2016-05-19 12:32:55 +01:00
err.go Log more error information 2016-05-30 10:59:05 +01:00
kv.go Rename package kv to kvs 2016-05-19 12:32:55 +01:00
txn.go Fix bug with RDel prefix deleting in KV store 2016-05-31 13:34:54 +01:00