Relative Content

Tag Archive for ruby-on-railsredissidekiq

Issue with Sidekiq and Redis in Production on Rails 7.0.8.1

I’m experiencing issues configuring Sidekiq in my production environment. The application is a Rails 7.0.8.1 running on an Ubuntu 22.04 server, and the installed Redis version is 7.2.5. However, when starting Sidekiq, it tries to connect to an older version of Redis (6.0.16), causing it to fail.