Skip to content

Instantly share code, notes, and snippets.

@GimmyHchs
Last active April 16, 2019 08:26
Show Gist options
  • Save GimmyHchs/399e4bd19e110ff76f55efb1fff61d45 to your computer and use it in GitHub Desktop.
Save GimmyHchs/399e4bd19e110ff76f55efb1fff61d45 to your computer and use it in GitHub Desktop.
Redis bulk delete
redis-cli -p 6380 --scan --pattern "AUTH:*" | xargs redis-cli -p 6380 del
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment