Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.95
hGet
Method · 0.95
set
Method · 0.95
hSet
Method · 0.95
has
Method · 0.95
delete
Method · 0.95
hDelete
Method · 0.95
keys
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected