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
The library segfaults occasionally when the link to Redis is shut down. It is due to a race condition where the transmit error handler can be reset after it was checked, but before it was used -- resulting in a NULL or garbage pointer being called.
The library segfaults occasionally when the link to Redis is shut down. It is due to a race condition where the transmit error handler can be reset after it was checked, but before it was used -- resulting in a NULL or garbage pointer being called.