Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add caching support for Redis #1295

Merged
merged 6 commits into from
Dec 21, 2024
Merged

Conversation

shakkernerd
Copy link
Member

This PR implements a flexible caching mechanism into the agent that supports Redis, Database, and File System as configurable options.

Notes:

  • Requires CACHE_STORE environment variable. Support values are redis, database, filesystem.
  • Requires REDIS_URL environment variable for Redis caching.

@shakkernerd shakkernerd merged commit a1515d8 into develop Dec 21, 2024
4 checks passed
@shakkernerd shakkernerd deleted the feat/agent_redis_support branch December 21, 2024 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants