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

Method delete

src/cache/rediscache.ts:69–75  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

67 }
68
69 async delete(key: string) {
70 try {
71 return await this.client.del(this.buildKey(key));
72 } catch (error) {
73 this.logger.error(error);
74 }
75 }
76
77 async hDelete(key: string, field: string) {
78 try {

Callers

nothing calls this directly

Calls 2

buildKeyMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected