Skip to content

Commit 2dd9675

Browse files
authored
Merge pull request #376 from os2display/feature/fix_cache_app_prod
Add prod override for cache.app to use Redis in production
2 parents 41039ae + e70eada commit 2dd9675

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
- [#376](https://github.com/os2display/display-api-service/pull/376)
8+
- Add prod override for cache.app to use Redis in production.
9+
710
## [2.6.1] - 2026-03-06
811

912
- [#347](https://github.com/os2display/display-api-service/pull/347)

config/packages/prod/cache.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
framework:
2+
cache:
3+
app: cache.adapter.redis

0 commit comments

Comments
 (0)