michal-billtech
Results
2
comments of
michal-billtech
I get the same error consistently for the following code: ```typescript //repro.ts import { createClientPool } from "redis"; const client = createClientPool({ url: "redis://bad-host:6379" }); client.on("error", console.error); try { await...
@nkaradzhov could you please look at the code sample I sent? Maybe I'm doing something wrong but currently I'm unable to properly cleanup a client pool without causing unhandled rejection.