An in-memory key-value store featuring an HTTP API and TTL-based item expiration. Implements concurrent access using sync.RWMutex, background cleanup with time.Ticker, and graceful shutdown.
-
Updated
Jul 20, 2026 - Go
An in-memory key-value store featuring an HTTP API and TTL-based item expiration. Implements concurrent access using sync.RWMutex, background cleanup with time.Ticker, and graceful shutdown.
To associate your repository with the grace-shutdown topic, visit your repo's landing page and select "manage topics."