Delete
Add functionality to delete keys. No tombstone reaping yet.
This commit is contained in:
parent
ed17e44f52
commit
e3ce372f31
5 changed files with 122 additions and 31 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
-define(RIAK_TAG, o_rkv).
|
||||
-define(STD_TAG, o).
|
||||
-define(IDX_TAG, i).
|
||||
|
||||
-record(sft_options,
|
||||
{wait = true :: boolean(),
|
||||
expire_tombstones = false :: boolean()}).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue