MCPcopy Create free account
hub / github.com/evolution-foundation/evolution-api / hSet

Method hSet

src/api/abstract/abstract.cache.ts:8–8  ·  view source on GitHub ↗
(key: string, field: string, value: any)

Source from the content-addressed store, hash-verified

6 set(key: string, value: any, ttl?: number): void;
7
8 hSet(key: string, field: string, value: any): Promise<void>;
9
10 has(key: string): Promise<boolean>;
11

Callers 5

hSetMethod · 0.65
writeDataFunction · 0.65
writeDataFunction · 0.65
hSetMethod · 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