MCPcopy
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

getMethod · 0.95
setMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected