You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to ask if its possible to add event emitters so I can use them to track errors.
I'm using generic-pool to keep multiple redis connections open and I need to listen to error events to remove broken clients from the pool.
With the official redis module I can use client.on("error", cb) but there is no current solution on handy-redis.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey
I just wanted to ask if its possible to add event emitters so I can use them to track errors.
I'm using generic-pool to keep multiple redis connections open and I need to listen to error events to remove broken clients from the pool.
With the official redis module I can use
client.on("error", cb)
but there is no current solution on handy-redis.Thanks in advance
The text was updated successfully, but these errors were encountered: