Files
goodgo-platform/apps
Ho Ngoc Hai ecb217cf5e feat(analytics): add Redis 24h cache to neighborhood score endpoint (TEC-3072)
The GET /neighborhoods/:district/score handler was missing Redis caching.
Adds NEIGHBORHOOD_SCORE CachePrefix + CacheTTL (24h) and wires CacheService.getOrSet
into GetNeighborhoodScoreHandler. Updates handler tests to cover cache behavior.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-21 05:20:39 +07:00
..