Currently I have been developing Google ADK agents and I'm trying to use a Redis database as session service for context management. This issue describes the motivation for the RedisMemorySessionService and due credits goes to google/adk-python#789.
Motivation: Enable persistent, scalable session management for ADK agents that can maintain conversation context across distributed deployments.