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
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
We're currently using Redis SETNX to prevent an op from being evented more than once.
Technically during a Redis fail-over, more than one process may receive the lock for an op.
A solution is detailed here:
https://redis.io/commands/setnx
The text was updated successfully, but these errors were encountered: