feat: redis caching initial endpoints - #430
Open
zaydaanjahangir wants to merge 6 commits into
Open
Codecov / codecov/project
succeeded
Apr 17, 2026 in 0s
12.88% (-84.42%) compared to 9d13a82
View this Pull Request on Codecov
12.88% (-84.42%) compared to 9d13a82
Details
Codecov Report
❌ Patch coverage is 0% with 301 lines in your changes missing coverage. Please review.
✅ Project coverage is 12.88%. Comparing base (9d13a82) to head (e3b4c58).
❗ There is a different number of reports uploaded between BASE (9d13a82) and HEAD (e3b4c58). Click for more details.
Additional details and impacted files
@@ Coverage Diff @@
## main #430 +/- ##
===========================================
- Coverage 97.29% 12.88% -84.42%
===========================================
Files 1 69 +68
Lines 37 3750 +3713
Branches 9 0 -9
===========================================
+ Hits 36 483 +447
- Misses 1 3244 +3243
- Partials 0 23 +23 | Files with missing lines | Coverage Δ | |
|---|---|---|
| backend/cmd/server/main.go | 0.00% <0.00%> (ø) |
|
| backend/internal/cache/domain/keys.go | 0.00% <0.00%> (ø) |
|
| backend/internal/storage/redis/client.go | 0.00% <0.00%> (ø) |
|
| backend/internal/service/cached_repos.go | 0.00% <0.00%> (ø) |
|
| backend/internal/cache/domain/guest_bookings.go | 0.00% <0.00%> (ø) |
|
| backend/internal/cache/store/redis_store.go | 0.00% <0.00%> (ø) |
|
| backend/internal/cache/domain/hotels.go | 0.00% <0.00%> (ø) |
|
| backend/internal/cache/object/cache.go | 0.00% <0.00%> (ø) |
|
| backend/internal/service/server.go | 0.00% <0.00%> (ø) |
|
| backend/internal/cache/domain/guests.go | 0.00% <0.00%> (ø) |
|
| ... and 1 more |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Loading