Sets multiple key-value pairs in the Cassandra database. Each key-value pair is processed to ensure compatibility with Cassandra's storage requirements.
mset(keyValuePairs: [string, Uint8Array<ArrayBufferLike>][]): Promise<void>| Name | Type | Description |
|---|---|---|
keyValuePairs* | [string, Uint8Array<ArrayBufferLike>][] | An array of key-value pairs to set in the database. |