Sets the values for the given keys in the store. The last value for duplicate keys will be used.
mset(keyValuePairs: [string, Uint8Array<ArrayBufferLike>][]): Promise<void>| Name | Type | Description |
|---|---|---|
keyValuePairs* | [string, Uint8Array<ArrayBufferLike>][] | Array of key-value pairs to set in the store. |