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

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant