Write to memtable
Terkwood opened this issue · 0 comments
Terkwood commented
https://elixir-lang.org/getting-started/mix-otp/agent.html#agents
Data should be either
{ :value, bin, time }
{ :tombstone, time }
Do not ignore tombstones. We need them to impl deletes
Do not ignore time.