You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚡feat: add distributed cache with Redis using cache-aside pattern
- Added Redis as a distributed cache using the cache-aside pattern to improve read performance and reduce database load.
- Implemented cache invalidation on update and delete operations to ensure
data consistency. Redis configuration is isolated to the API layer and
integrated via Docker for local development.
0 commit comments