I'm working with sidekiq and redis. I'm trying to find out and debug some issues but for that, I'd like to know what URL sidekiq is connecting to. I know i can check it in the file where i set my server and client, but is there a function I can use ala Resque.redis
that will show what redis instance sidekiq is connected to?
Thanks in advance!
The URL info is shown at the bottom of the Web UI. Or you can use this code snippet:
Sidekiq.redis { |c| p c.client.location }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With