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
to ensure that redis clients are correctly connected
and dont hang up use connect/close interface without auto initiation
of the connect sequence. added redis cluster tests, tuned multi lock
implementation to have higher retry number to increase jitter when
dozens of clients try to acquire the same set of locks and are unable to
acquire all of them because of a race condition
refactored into typescript, removed serial method that was performing some weirdness, just use semaphore if you need that functionality. A lots of bluebird -> native promises swaps