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
refactor(redis): drop the clear-buffer script and the unused error class
A variadic DEL is already a single atomic command, so the Lua script and the
render function that built it achieved nothing a plain `del(events, seq, abort,
ownerBudget)` does not. The keys carry no hash tag either, so the script had the
same cluster-slot constraint it appeared to avoid.
Also deletes `RedisBudgetExceededError`, which was defined and never thrown, and
consolidates four rounds of stacked comments in the fold down to the one that
still describes the code.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments