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
It's important in many cases to distinguish an insertion of a new key from a modification of data of an existing key. According to this it could be useful if insert(...).get() returns a appropriate Boolean.
As for group inserts I could imagine a collection of Booleans or at least statistical information (#new, #changes).
I have similar ideas for (group) deletions: True means "An existing key has been deleted", False stands for "There isn't such a key".
Or does my proposal contradict the Key-Value-Store philosophy?