Skip to content

Implement caching middleware (Redis optional) #14

@gorkem-bwl

Description

@gorkem-bwl

Allow cached responses for identical payloads, to reduce cost.

  • Middleware checks cache key derived from payload hash
  • On hit, returns cached response
  • On miss, proceeds and stores response with TTL
  • Configurable via env var

Metadata

Metadata

Assignees

Labels

✨ New FeatureProposal or work to add a new feature.🛠 BackendBackend related issue.🧩 CoreChanges to core system architecture or critical modules.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions