Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evolution-foundation/evolution-api
/ hGet
Method
hGet
src/api/abstract/abstract.cache.ts:4–4 ·
view source on GitHub ↗
(key: string, field: string)
Source
from the content-addressed store, hash-verified
2
get(key: string): Promise<any>;
3
4
hGet(key: string, field: string): Promise<any>;
5
6
set(key: string, value: any, ttl?: number): void;
7
Callers
5
hGet
Method · 0.65
readData
Function · 0.65
readData
Function · 0.65
hGet
Method · 0.65
syncChatwootLostMessages
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