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

[project] add 'cache/in-memory' #5

Closed
ghost opened this issue Oct 1, 2019 · 2 comments
Closed

[project] add 'cache/in-memory' #5

ghost opened this issue Oct 1, 2019 · 2 comments
Labels
c-cache Affects the cache crate t-feature Addition of a new feature

Comments

@ghost
Copy link

ghost commented Oct 1, 2019

Add the cache/in-memory crate, named dawn-cache-inmemory. This is an in-memory, (mostly) immutable cache with no public locking.

@ghost ghost added the c-cache Affects the cache crate label Oct 1, 2019
@ghost ghost self-assigned this Oct 1, 2019
@ghost ghost mentioned this issue Oct 1, 2019
@ghost
Copy link
Author

ghost commented Oct 6, 2019

The initial implementation is committed, it just needs:

  • finishing the last few events (presence update, reaction remove, reaction remove all)
  • looking over and making sure all relevant data is removed on deletes, relations are mapped on inserts, etc

@ghost ghost added ecoystem blocker t-feature Addition of a new feature labels Oct 6, 2019
@ghost
Copy link
Author

ghost commented Oct 13, 2019

Closing this one out and making individual issues for those features

@ghost ghost closed this as completed Oct 13, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-cache Affects the cache crate t-feature Addition of a new feature
Projects
None yet
Development

No branches or pull requests

0 participants