MCPcopy Index your code
hub / github.com/cameri/nostream / onClientError

Method onClientError

src/adapters/redis-adapter.ts:47–50  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

45 }
46
47 private onClientError(error: Error) {
48 logger.error('Unable to connect to Redis.', error)
49 // throw error
50 }
51
52 public async hasKey(key: string): Promise<boolean> {
53 await this.connection

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected