Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は sidekiq と redis を使用しています。いくつかの問題を見つけてデバッグしようとしていますが、そのために、sidekiq が接続している URL を知りたいです。サーバーとクライアントを設定したファイルで確認できることはわかっていますが、alaResque.redisを使用して、どの redis インスタンス sidekiq が接続されているかを示す機能はありますか?
Resque.redis
前もって感謝します!
URL情報は、WebUIの下部に表示されます。または、次のコードスニペットを使用できます。
Sidekiq.redis { |c| p c.client.location }