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

ticketvote: Move inventory cache to db. #1649

Merged
merged 19 commits into from
Jul 5, 2022
Merged

Conversation

lukebp
Copy link
Member

@lukebp lukebp commented Jun 30, 2022

This commit rewrites the ticketvote inventory cache.

The initial plugin implementations were part of an extremely large
commit that added the tstore backend. The caches were saved to the file
system as a quick and dirty way to get things into production, with the
intention of revisting them at a later date. API was later added that
allowed the plugins to cache data in the tstore database.

The new inventory cache that was added in this commit has an improved
API, better documentation, and was moved off of the file system and
into the tstore database.

lukebp added 19 commits June 27, 2022 18:01
This commit rewrites the ticketvote inventory cache.

The initial plugin implementations were part of the extremely large
commit that added the tstore backend. The caches were saved to the file
system as a quick and dirty way to get things into production, with the
intention of revisting them at a later date. API was later added that
allowed the plugins to cache data in the tstore database.

The new inventory cache has an improved API, better documentation, and
was moved off of the file system and into the tstore database.
Copy link
Member

@alexlyp alexlyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@lukebp lukebp merged commit 6f6bcc0 into decred:master Jul 5, 2022
@lukebp lukebp deleted the ticketvote-inv branch July 6, 2022 14:47
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 this pull request may close these issues.

2 participants