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
To make the return value of getMany consistent with putMany and
getAll, return a stream of pairs from the return type of getMany -
this also allows decoupling of processing the output from the input
since the output processor doesn't need any extra context since they
get both the key and the value being returned.
BREAKING CHANGE: the output of store.getMany is now a stream of pairs
0 commit comments