Skip to content

Instantly share code, notes, and snippets.

@sevaldes
Created December 4, 2017 13:46
Show Gist options
  • Select an option

  • Save sevaldes/44aed94a238d005411f5586a174750aa to your computer and use it in GitHub Desktop.

Select an option

Save sevaldes/44aed94a238d005411f5586a174750aa to your computer and use it in GitHub Desktop.
Clear Sidekiq data
# inside a rails console
Sidekiq.redis { |conn| conn.flushdb }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment