surrealpatch/kvs
Tobie Morgan Hitchcock 55ece805e4 Don’t include empty/deleted values from KV storage
When looping over a range of KV items, it should ignore items which have been set to NULL and whose latest version has therefore been deleted.
2018-04-15 01:37:23 +01:00
..
mysql Don’t include empty/deleted values from KV storage 2018-04-15 01:37:23 +01:00
rixxdb Log errors which occur on the kvs layer 2018-02-11 16:43:49 +00:00
db.go Enable passing context when beginning a transaction 2018-02-06 17:07:42 +00:00
ds.go Add support for mysql as a backend kv store 2018-02-11 00:16:28 +00:00
err.go Implement updated rixxdb api interface 2017-11-16 19:54:54 +00:00
kv.go Implement updated rixxdb api interface 2017-11-16 19:54:54 +00:00
tx.go Don’t use of ClrL, GetL, DelL, PutL methods on KV store 2018-02-09 15:08:27 +00:00