COMMITS
/ cache/cache_test.go March 23, 2026
A
cache: Add consistent read for cache
Alok Kumar Singh committed
February 12, 2026
B
Replace mvccpb.PUT and mvccpb.DELETE with mvccpb.Event_PUT and mvccpb.Event_DELETE
Benjamin Wang committed
January 18, 2026
H
cache: deflake TestCacheCompactionResync
HossamSaberX committed
September 19, 2025
P
cache: refactor demux to maintain min/max revision range
Peter Chang committed
August 12, 2025
P
cache: preserve cached snapshot after watch errors
Peter Chang committed
August 6, 2025
P
cache: add unit test injecting mid-way compaction
Peter Chang committed
July 21, 2025
P
cache: add storage backed by Range(rev=0, serializable) + watch demux
Peter Chang committed
July 24, 2025
P
cache: rename validateWatchRange as validateRequestRange
Peter Chang committed
July 17, 2025
P
cache: improve tests to validate atomic grouping and monotonic revisions
Peter Chang committed
July 9, 2025
P
cache: add cache unit tests with mocked client.Watcher
Peter Chang committed
July 10, 2025
P
enable range/prefix/fromKey key filtering
Peter Chang committed
July 7, 2025
P
cache: refactor cache_test.go (cache/ -> tests/integration/)
Peter Chang committed
July 3, 2025
P
cache: implement MVP watch demux
Peter Chang committed