Ask a question to get started
Enter to sendā¢Shift+Enter new line
Retrieves the values associated with the given keys from the store.
mget(keys: string[]): Promise<Uint8Array<ArrayBufferLike> | undefined[]>
keys
string[]
Keys to retrieve values for.