Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
{ ICache } from
'./cache'
;
4
5
export
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