pushed
subh05sus/cache-pot • 9:25 PM - Jul 6, 2026
This update introduces atomic transaction blocks (MULTI/EXEC/DISCARD) and optimistic concurrency control via WATCH, allowing for safer state updates. The implementation includes per-key version tracking to detect concurrent modifications, ensuring that updates are atomic and consistent. By keeping watch-version tracking gated behind an atomic active-count, the system maintains high performance for non-transactional writes on the hot path. 
