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
While using async APIs we notice link disconnects after command timeout, and understand this is because of the existing implementation of redisAsyncHandleTimeout.
This is a request to make this timeout behavior command specific, instead of clearing all the outstanding callbacks & closing the connection with the server.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
While using async APIs we notice link disconnects after command timeout, and understand this is because of the existing implementation of
redisAsyncHandleTimeout
.This is a request to make this timeout behavior command specific, instead of clearing all the outstanding callbacks & closing the connection with the server.
Thank you.
The text was updated successfully, but these errors were encountered: