Skip to content

getKey

const getKey: any = addon.getKey

Defined in: index.cts:551

Reads the raw bytes stored for a key in the shared in-memory store.

key

Key to read (Buffer, ArrayBuffer, or string).

A Uint8Array when the key exists, or undefined otherwise.