Fırat
Results
2
comments of
Fırat
We are still waiting this
I am doing this: you must check "isConnected" for queries and u can delete await from "client.connect();" ``` class RedisConnection{ client; isConnected = false; async connect(){ try { this.client =...