Retrieves the values associated with an array of keys from the Cassandra database. It chunks requests for large numbers of keys to manage performance and Cassandra limitations.
mget(keys: string[]): Promise<Uint8Array<ArrayBufferLike> | undefined[]>| Name | Type | Description |
|---|---|---|
keys* | string[] | An array of keys for which to retrieve values. |