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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Lowered the Sidekiq floor to >= 6.5 (was >= 7.0). Roundhouse now runs on Sidekiq 6.5, 7, and 8 with no code changes — all Redis access uses the low-level conn.call(...) API, whose splat signature is identical on redis-rb (Sidekiq 6.x) and redis-client (Sidekiq 7+). CI tests the full matrix.
Note
On Sidekiq 6.x, redis-rb >= 4.6 is required (where Redis#call landed). Sidekiq 6.5 resolves to redis 4.8 by default, so this only affects setups pinned to redis 4.5.x. See #5.