# Run agents on Valkey for fast in-memory storage

> ValkeyDb brings Valkey to Agno as an in-memory database for agents, teams, and workflows. Your sessions and state live in memory, so reads and writes stay quick under load.

- Published: 2026-07-14
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/run-agents-on-valkey-for-fast-in-memory-storage
- Markdown: https://agno-com-nine.vercel.app/articles/run-agents-on-valkey-for-fast-in-memory-storage.md

`ValkeyDb` brings Valkey to Agno as an in-memory database for agents, teams, and workflows. Your sessions and state live in memory, so reads and writes stay quick under load.

Not every agent needs a full relational database sitting behind it just to hold session state. When latency matters more than durable long-term storage, backing your agents with Valkey keeps that path light and fast. Point an agent, a team, or a workflow at it and the storage layer stops being the slow part.

See the [Valkey database docs](https://docs.agno.com/database/providers/valkey/overview) for more.
