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

Implement Redis store #302

Closed
allada opened this issue Oct 2, 2023 · 2 comments · Fixed by #393
Closed

Implement Redis store #302

allada opened this issue Oct 2, 2023 · 2 comments · Fixed by #393

Comments

@allada
Copy link
Member

allada commented Oct 2, 2023

Looking at some stats it looks like a very significant portion of data is small and might be most optimally stored in redis.

We should implement a redis backend. This would pair well with a SizeDistinguishing store.

@blakehatch
Copy link
Contributor

Going to take a stab at this one. Is there a certain threshold that’s known for what’s optimally small for Redis or is it a looser prediction from looking at the stats?

@blakehatch
Copy link
Contributor

Also should I write an integration test for pairing SizePartitioning store with the Redis store?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants