> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# RedisDb

> Store AgentOS sessions, memory, knowledge, evals, and traces in Redis.

`RedisDb` implements the `Db` interface with Redis key-value storage for Agent, Team, and Workflow sessions, memories, knowledge, metrics, evals, cultural knowledge, traces, and spans. Records are stored as JSON strings under a configurable key prefix, with optional TTL expiry.

<Snippet file="db-redis-params.mdx" />

<Snippet file="db-new-bulk-methods.mdx" />
