Skip to main content

Overview

InMemoryStorage provides a fast, ephemeral storage backend. Ideal for development, testing, and scenarios where persistence isn’t required.
Data is lost when the process terminates. Use a persistent storage for production.

Basic Usage

Parameters

Storage Type

InMemoryStorage is a synchronous storage implementation using Python dictionaries.