Skip to content

v0.2.0

Choose a tag to compare

@rjrobinson rjrobinson released this 29 Jun 22:57
5de6e8d

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.