kv-cache
In-memory key-value cache with TTL support
stack: go, sync
What
Zero-dependency in-memory cache with automatic TTL expiration. Thread-safe.
Why
Redis is overkill for simple caching. Need something embeddable.
Notes
~100 lines of Go. Handles 1M ops/sec on single core.