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
More generally - is there a way to get notified on connection to Redis and disconnection from Redis?
For now, I'm sending PING command to Redis, with a timeout of 250ms, and checking if the status has changed. But a native solution would be great. Also, the error (subj) is distracting.
The text was updated successfully, but these errors were encountered:
Yes, in my case it is not always connected to Redis so a native way of checking if it is connected or not would be very useful. Also the catch node does not catch the exception which makes it strange.
More generally - is there a way to get notified on connection to Redis and disconnection from Redis?
For now, I'm sending PING command to Redis, with a timeout of 250ms, and checking if the status has changed. But a native solution would be great. Also, the error (subj) is distracting.
The text was updated successfully, but these errors were encountered: