Deletes a key-value pair from the key-value store.
Deletes all data from the key-value store. This CANNOT be undone.
Deletes a batch of key-value pairs from the key-value store.
Retrieves a value from the key-value store.
Retrieves a batch of key-value pairs.
Retrieves all key-value pairs in the KV store. When using any of the options, the keys lexicographic order is used for filtering.
Stores a key-value pair in the key-value store.
Stores a batch of key-value pairs.
Add Package
deno add jsr:@rivet-gg/actor
Import symbol
import * as mod from "@rivet-gg/actor/kv";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@rivet-gg/actor/kv";