Search code examples
ruby-on-railsredissidekiq

Which Redis commands does Sidekiq use?


So, I renamed several dangerous Redis commands in redis.conf, after that Sidekiq WEB UI stopped showing any statistics yet Sidekiq is functioning fine. My question is which Redis commands does Sidekiq use? Which should I specify are renamed when configuring server and client inside Sidekiq initializer?


Solution

  • There is no canonical list but the current Sidekiq supports Redis 2.8 so none of the newer commands in 3.0+.