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
By adding an option to insert multiple items at one time, significant performance gains can be had by avoid the overhead and round-trip to a remote service. I'm thinking specifically of seeding or updating Redis in bulk. Using SetAsync in the library today is prohibitively expensive from a wall-clock perspective.
Background services would use this to seed the cache in the background for new hosts that spin up
We would deploy scheduled AWS Lambda and/or Azure Functions to insert bulk updates.
The text was updated successfully, but these errors were encountered:
Cache entries can only be set one item at a time
By adding an option to insert multiple items at one time, significant performance gains can be had by avoid the overhead and round-trip to a remote service. I'm thinking specifically of seeding or updating Redis in bulk. Using SetAsync in the library today is prohibitively expensive from a wall-clock perspective.
Background services would use this to seed the cache in the background for new hosts that spin up
We would deploy scheduled AWS Lambda and/or Azure Functions to insert bulk updates.
The text was updated successfully, but these errors were encountered: