v0.39.0 — Redis integration
A Redis integration on a pluggable RedisConnection driver — the core imports no client, so it runs on Node and the edge.
setRedis(driver)thenredis():get/set(with{ ex }/{ px }TTL) /del/exists/incr/decr/incrBy/expire/ttl/keys/flushAll, plusgetJson/setJsonand arememberread-through cache.MemoryRedis— a full in-memory, TTL-aware driver and the default, soredis()works in tests with no setup. Point it at Upstash (fetch), ioredis, or node-redis in production (Upstash adapter example in the docs).redisStore()adapts the client into aCacheStore, so the cache can be Redis-backed (shared across instances).
234 tests; type-checked doc examples. See docs/redis.md.