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
Fix Redis Cluster CROSSSLOT error in debounce Lua script
The debounce Lua script uses two keys (winner + last_seen) that need to
land on the same cluster slot. Added a hash tag so Redis routes them
together. Also fixed the multiple-cooldowns test to not depend on
execution order.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments