Spin Key-Value Store API

The Spin Key-Value Store API provides Spin components with access to a persistent key-value storage service. Components read, write, and delete key-value pairs using the Spin SDK. The underlying store can be an in-memory store (for development), Redis, or cloud-managed storage depending on the deployment target.

API entry from apis.yml

apis.yml Raw ↑
aid: spin:spin-key-value-api
name: Spin Key-Value Store API
description: The Spin Key-Value Store API provides Spin components with access to a persistent key-value
  storage service. Components read, write, and delete key-value pairs using the Spin SDK. The underlying
  store can be an in-memory store (for development), Redis, or cloud-managed storage depending on the
  deployment target.
humanURL: https://spinframework.dev/v3/kv-store-api
tags:
- Key-Value
- Storage
- WebAssembly
properties:
- type: Documentation
  url: https://spinframework.dev/v3/kv-store-api
- type: GitHubRepository
  url: https://github.com/fermyon/spin