Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
import
Redis from
"ioredis"
;
6
7
interface
CacheData {
8
updateTime: string;
9
data: unknown;
10
}
11
12
// init NodeCache
13
const
cache =
new
NodeCache({
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected