MCPcopy Create free account
hub / github.com/code100x/daily-code /

Class

apps/web/lib/cache/redis-cache.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ICache } from './cache';
4
5export class RedisCache implements ICache {
6 private client: Redis;
7 private static instance: RedisCache;
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected