Skip to content

Instantly share code, notes, and snippets.

@kenjij
Created January 11, 2017 05:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenjij/18aac6d91846d635154c2d3f78e58d01 to your computer and use it in GitHub Desktop.
Save kenjij/18aac6d91846d635154c2d3f78e58d01 to your computer and use it in GitHub Desktop.
Clean up Sidekiq stats in Redis
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