put<K,V,>(): Promise<void>
Stores a key-value pair in the key-value store.
key: K
- The key under which the value will be stored.
value: V | ArrayBuffer
- The value to be stored, which will be serialized.
optional
options: PutOptions
- Options.
Promise<void>
A promise that resolves when the operation is complete.