@saazip/cache-core-adapter-redis
Sources:
packages/adapters/redis/package.json|packages/adapters/redis/src/index.ts
Purpose
Section titled “Purpose”Official Redis adapter for multi-instance, durable cache storage and tag coordination.
What it gives you
Section titled “What it gives you”- Redis-backed storage for cache entries and tag invalidation support
Use this when
Section titled “Use this when”- you want CacheCore beyond in-memory usage and into shared Redis-backed environments
Workspace details
Section titled “Workspace details”- Package name:
@saazip/cache-core-adapter-redis - Workspace path:
packages/adapters/redis
Internal dependencies
Section titled “Internal dependencies”- None
External dependencies
Section titled “External dependencies”ioredis
Usually paired with
Section titled “Usually paired with”Scripts
Section titled “Scripts”build:tsc -p tsconfig.jsontypecheck:tsc --noEmit -p tsconfig.jsonlint:biome check src package.json tsconfig.json