Skip to content

Redis Overview

ss-keel-redis is the official cache addon for Keel.

Implements: Cache

  • ssredis.New(...) for Redis client bootstrap.
  • A contracts.Cache implementation backed by go-redis v9.
  • ssredis.NewHealthChecker(...) for /health.
  • Access to the raw client through RDB() when the generic cache contract is not enough.
  • 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.