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

# ValkeyDb

> ValkeyDb parameters for storing sessions and other AgentOS data in Valkey.

`ValkeyDb` implements the `Db` interface with Valkey as its storage backend. It stores sessions, memories, metrics, evaluations, knowledge metadata, traces, spans, and learnings as prefixed Valkey keys, with optional key expiration.

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

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