v0.1.0 · Interface
kv-store
Interface to Fastly's [Compute KV Store]. For a high-level introduction to this feature, see this [blog post]. [Compute KV Store]: https://www.fastly.com/documentation/guides/concepts/edge-state/data-stores/#kv-stores [blog post]: https://www.fastly.com/blog/introducing-the-compute-edge-kv-store-global-persistent-storage-for-compute-functions
Type Aliases
T
error
TA common error type used by many functions in this package.
open-error
TAn error returned by <code>open</code>-like functions.
body
TAn object supporting generic async operations.
pending-lookup
TAn object supporting generic async operations.
pending-insert
TAn object supporting generic async operations.
pending-delete
TAn object supporting generic async operations.
pending-list
An object supporting generic async operations.