MCPcopy
hub / github.com/imsyy/DailyHotApi / CacheData

Interface CacheData

src/utils/cache.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import Redis from "ioredis";
6
7interface CacheData {
8 updateTime: string;
9 data: unknown;
10}
11
12// init NodeCache
13const cache = new NodeCache({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected