Open
Description
** Please make sure you read the contribution guide and file the issues in the right place. **
Contribution guide.
Is your feature request related to a problem? Please describe.
Currently, adk-python is using SQLAlchemy to save the session related data, I'm wondering if it's possible to store the session data in redis to accelerate the read performance ?
Describe the solution you'd like
Able to use redis as the session cache and would use mysql / pg / sqlite as persistent storage.
Describe alternatives you've considered
Additional context