Litestar Stores

Configure Litestar stores and the store registry for caching, server-side sessions, rate limiting, and other key-value state with explicit backend selection, bytes-safe data handling, TTL and renewal policy, namespacing, registry wiring, and lifecycle cleanup. Use when a Litestar app depends on `MemoryStore`, `FileStore`, `RedisStore`, `ValkeyStore`, or `StoreRegistry`. Do not use for relational persistence, domain repositories, or response-caching policy details that belong in database or caching-focused skills.

alti3 889b061 5 files · 19.6 KB Updated

File contents

alti3/litestar-skills/tree/main/plugins/litestar/skills/litestar-stores commit 889b0610e9

Frequently asked questions

npx skillmds@latest add alti3/litestar-stores