Skip to content

Instantly share code, notes, and snippets.

@cjavdev
Created June 26, 2024 18:40
Show Gist options
  • Save cjavdev/f9572491757fdda97525ffb6078eb466 to your computer and use it in GitHub Desktop.
Save cjavdev/f9572491757fdda97525ffb6078eb466 to your computer and use it in GitHub Desktop.
rails r 'require "redis"; redis = Redis.new; pattern = "jbuilder/*"; cursor = 0; loop do;cursor, keys = redis.scan(cursor, match: pattern);redis.del(*keys) unless keys.empty?;break if cursor == "0";end;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment