Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hSet
Method · 0.65
writeData
Function · 0.65
writeData
Function · 0.65
hSet
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