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

Method constructor

src/cache/rediscache.client.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 private connected = false;
10
11 constructor() {
12 this.conf = configService.get<CacheConf>('CACHE')?.REDIS;
13 }
14
15 getConnection(): RedisClientType {
16 if (this.connected) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected