Skip to content

Commit 04900a4

Browse files
Update DEVLOG.md
1 parent 0d0d706 commit 04900a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEVLOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Cache is explicitly invalidated when:
9898

9999
---
100100

101-
## 17-01-2026 - Handling Write Operations with RContext
101+
## 17-01-2026 - Handling Write Operations with Redis
102102

103103
### Context
104104
After introducing Redis caching for API-key middleware, `req.project` started coming from Redis instead of MongoDB. Redis returns plain JavaScript objects, not hydrated Mongoose documents.
@@ -142,4 +142,4 @@ await Project.updateOne(
142142
* No runtime crashes
143143
* Lower database overhead
144144
* Clear separation between read and write paths
145-
* More scalable quota enforcement logic
145+
* More scalable quota enforcement logic

0 commit comments

Comments
 (0)