MCPcopy Create free account
hub / github.com/evolution-foundation/evolution-api / buildKey

Method buildKey

src/cache/rediscache.ts:115–117  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

113 }
114
115 buildKey(key: string) {
116 return `${this.conf?.PREFIX_KEY}:${this.module}:${key}`;
117 }
118}

Callers 8

getMethod · 0.95
hGetMethod · 0.95
setMethod · 0.95
hSetMethod · 0.95
hasMethod · 0.95
deleteMethod · 0.95
hDeleteMethod · 0.95
keysMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected