Skip to content

adk-redis

Redis Integrations for the Google Agent Development Kit

Quick Start

pip install adk-redis
docker run -d --name redis -p 6379:6379 redis:8

Quickstart


Explore the Docs

  • Concepts


    How ADK sessions, memory, and search map onto Redis.

  • User Guide


    Integrate adk-redis into your agent and configure each service.

  • Examples


    Nine runnable agents covering memory, search, and caching.

  • API Reference


    Auto-generated reference for the adk_redis Python package.

For AI agents

If you are an AI agent reading these docs, start with AGENTS.md at the repo root for usage notes, or For AI Agents for an internal map of the source tree.