Redis Overview
ss-keel-redis is the official cache addon for Keel.
Implements: Cache
What you get
Section titled “What you get”ssredis.New(...)for Redis client bootstrap.- A
contracts.Cacheimplementation backed by go-redis v9. ssredis.NewHealthChecker(...)for/health.- Access to the raw client through
RDB()when the generic cache contract is not enough.
When to use it
Section titled “When to use it”- Cache-aside reads in service code.
- TTL-based caching for API responses or entities.
- A small cache surface in modules while keeping the option to drop down to the full Redis client.