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 am currently working on a thing that if a connection with redis server breaks then i have to write a code such that when the server is available then it automatically reconnects using callback functions.
The main issue is when a connection fails; the connect callback is called with REDIS_ERR. As there is no way to re-use the existing context (would it be hard to implement a redisAsyncRetry(context) function?)
can anyone please help me
The text was updated successfully, but these errors were encountered:
I am currently working on a thing that if a connection with redis server breaks then i have to write a code such that when the server is available then it automatically reconnects using callback functions.
The main issue is when a connection fails; the connect callback is called with REDIS_ERR. As there is no way to re-use the existing context (would it be hard to implement a redisAsyncRetry(context) function?)
can anyone please help me
The text was updated successfully, but these errors were encountered: