You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, theBatcher
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.The text was updated successfully, but these errors were encountered: