Redis From Scratch Dev Log
A chronological record of my suffering.:: ON THIS PAGE 2
Build Log
A chronological record of my suffering.
2026-02-18
Blocking retrieval BLPOP
Need to find a way to make these executions async. Perhaps addings a "waiting" queue. Each time we get a RPUSH or LPUSH we can check "waiting" to see if any client is waiting for this key.
// Map of Keys to the clients waiting
waiting: ,
> finding connected notes…
> 3 notes share a tag
devlog.md CigarEdge Dev Log devlog.md HTTP Server From Scratch Dev Log devlog.md Rust 6502 Dev Log