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

Support batching in Redis #270

Closed
alexsnaps opened this issue Mar 20, 2024 · 0 comments
Closed

Support batching in Redis #270

alexsnaps opened this issue Mar 20, 2024 · 0 comments

Comments

@alexsnaps
Copy link
Member

Based off #269 we should look into supporting batch increments in server-side Lua.
Just like we do support batch read in VALUES_AND_TTLS, if we can do batch increments, the Batcher could make piggyback on the writes, retrieving the values (and their TTLs?) so to update the local cache with fresh values. All that asynchronously, so to avoid the overhead in band with the user's initial request.

@alexsnaps alexsnaps moved this to Todo in Kuadrant Mar 20, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Kuadrant Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant