Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write to memtable #19

Closed
Terkwood opened this issue Jul 24, 2021 · 0 comments · Fixed by #22
Closed

Write to memtable #19

Terkwood opened this issue Jul 24, 2021 · 0 comments · Fixed by #22

Comments

@Terkwood
Copy link
Owner

Terkwood commented Jul 24, 2021

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.

This was referenced Jul 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant