Add a global, low-latency key-value data storage to your Edge-first application.
Protected
Retrieves an item from the Key-Value storage.
The key to retrieve.
The value and metadata of the key.
Checks if an item exists in the storage.
The key to check.
Whether the key exists or not.
Retrieves all keys from the KV storage.
The prefix to filter keys by.
Optional
The options to use when fetching keys.
Delete an item from the storage.
The key to delete.
Puts an item in the storage.
The key to set.
The value to store, it must be serializable to JSON.
The options to use when setting the key.
Add a global, low-latency key-value data storage to your Edge-first application.