Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midday-ai/midday
/ getKey
Method
getKey
packages/cache/src/redis-client.ts:35–37 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
33
}
34
35
private getKey(key: string): string {
36
return
`${this.prefix}:${key}`;
37
}
38
39
async
get<T>(key: string): Promise<T | undefined> {
40
try {
Callers
3
get
Method · 0.95
set
Method · 0.95
delete
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected