In Memory

Detailed documentation on the In Memory state component

The In Memory state store component is useful for development purposes and works inside of a single machine boundary.

Component format

To setup in-memory state store, create a component of type state.in-memory. See this guide on how to create and apply a state store configuration.

apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
  name: <NAME>
spec:
  type: state.in-memory
  version: v1
  metadata: []

Note: While in-memory does not require any specific metadata for the component to work, spec.metadata is a required field.