Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolution-foundation/evolution-api
/ has
Method
has
src/cache/rediscache.ts:61–67 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
59
}
60
61
async
has(key: string) {
62
try {
63
return
(
await
this.client.exists(this.buildKey(key))) > 0;
64
} catch (error) {
65
this.logger.error(error);
66
}
67
}
68
69
async
delete(key: string) {
70
try {
Callers
nothing calls this directly
Calls
2
buildKey
Method · 0.95
error
Method · 0.80
Tested by
no test coverage detected