davydovanton / sidekiq-statistic

See statistic about your workers
MIT License
797 stars 84 forks source link

[#saparjohnick] replace deprecated redis method hmset #192

Open saparjohnick opened 7 months ago

saparjohnick commented 7 months ago

Replacing deprecated method

Redis has deprecated thehmsetcommand, called at ["/app/vendor/bundle/ruby/3.2.0/bundler/gems/sidekiq-statistic-f27c854d317f/lib/sidekiq/statistic/statistic/metrics/store.rb:33:inblock in store_cache_metrics'"]`

https://redis.io/commands/hmset/

saparjohnick commented 6 months ago

@davydovanton please take a look