-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc
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
Metadata
Metadata
Assignees
Labels
services[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc[Component] This issue is related to runtime services, e.g. sessions, memory, artifacts, etc