Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Last active August 3, 2019 15:38
Redis: How to remove multiples keys from
redis-cli -h <HOSTNAME> KEYS *mvidolin* | xargs redis-cli -h <HOSTNAME> DEL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment