Skip to content

@saazip/cache-core-adapter-redis

Sources: packages/adapters/redis/package.json | packages/adapters/redis/src/index.ts

Official Redis adapter for multi-instance, durable cache storage and tag coordination.

  • Redis-backed storage for cache entries and tag invalidation support
  • you want CacheCore beyond in-memory usage and into shared Redis-backed environments
  • Package name: @saazip/cache-core-adapter-redis
  • Workspace path: packages/adapters/redis
  • None
  • ioredis
  • build: tsc -p tsconfig.json
  • typecheck: tsc --noEmit -p tsconfig.json
  • lint: biome check src package.json tsconfig.json