Skip to content

Instantly share code, notes, and snippets.

@aliva
Created February 16, 2019 08:36
Show Gist options
  • Save aliva/69b055ad7a0c3168e61d8b093a58e007 to your computer and use it in GitHub Desktop.
Save aliva/69b055ad7a0c3168e61d8b093a58e007 to your computer and use it in GitHub Desktop.
print all redis keys
seq 16 | xargs -I{} sh -c 'echo ===== {} ===== && redis-cli -n {} keys "*"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment