Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midday-ai/midday
/ api-key-cache.ts
File
api-key-cache.ts
packages/cache/src/api-key-cache.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
type
{ ApiKey } from
"@midday/db/queries"
;
2
import
{ RedisCache } from
"./redis-client"
;
3
4
// Redis-based cache for API keys shared across all server instances
Callers
nothing calls this directly
Calls
3
get
Method · 0.80
set
Method · 0.80
delete
Method · 0.80
Tested by
no test coverage detected