Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolution-foundation/evolution-api
/ keys
Method
keys
src/api/abstract/abstract.cache.ts:12–12 ·
view source on GitHub ↗
(appendCriteria?: string)
Source
from the content-addressed store, hash-verified
10
has(key: string): Promise<boolean>;
11
12
keys(appendCriteria?: string): Promise<string[]>;
13
14
delete(key: string | string[]): Promise<number>;
15
Callers
15
keys
Method · 0.65
getTypeMessage
Function · 0.65
getMessageContent
Function · 0.65
dataValidate
Function · 0.65
keys
Method · 0.65
find
Method · 0.65
find
Method · 0.65
hasValidMediaContent
Method · 0.65
loadInstancesFromRedis
Method · 0.65
processButtonMessage
Method · 0.65
findChatwoot
Method · 0.65
selectOrCreateFksFromChatwoot
Method · 0.65
Implementers
3
RedisCache
src/cache/rediscache.ts
LocalCache
src/cache/localcache.ts
CacheService
src/api/services/cache.service.ts
Calls
no outgoing calls
Tested by
no test coverage detected