Add a PutAndForgetAsync method to KVStore #603
Closed
darkwatchuk
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
that would be a design decision. the way you did it may cause the server to be overwhelmed. We probably need to think about a new bulk update for KV in general and that would be across all clients cc @ripienaar |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it worth putting one or two Forget methods in to the KVStore that do not care about the result coming back? So something like this that does the publish on the underlying Connection. This would be similar to the Redis FireAndForget?
Either that or maybe expose the underlying Connection property on the KV and JS Context objects to make it easier to extension methods?
Beta Was this translation helpful? Give feedback.
All reactions