Created
January 11, 2017 05:05
-
-
Save kenjij/18aac6d91846d635154c2d3f78e58d01 to your computer and use it in GitHub Desktop.
Clean up Sidekiq stats in Redis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
redis-cli KEYS "Sidekiq:*:stat:processed:*" | xargs -n 100 redis-cli DEL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment