Ask a question to get started
Enter to sendā¢Shift+Enter new line
Sets the values for the given keys in the store.
mset(keyValuePairs: [string, T][]): Promise<void>
keyValuePairs
[string, T][]
Array of key-value pairs to set in the store.