MCPcopy 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

hGetMethod · 0.65
readDataFunction · 0.65
readDataFunction · 0.65
hGetMethod · 0.65

Implementers 3

RedisCachesrc/cache/rediscache.ts
LocalCachesrc/cache/localcache.ts
CacheServicesrc/api/services/cache.service.ts

Calls

no outgoing calls

Tested by

no test coverage detected