static multiSet(keyValuePairs, callback?)
multiSet and multiMerge take arrays of key-value array pairs that match the output of multiGet, e.g. Returns a Promise
object.
multiSet([['k1', 'val1'], ['k2', 'val2']], cb);
Example: see multiMerge for an example
Please login to continue.