Return to Snippet

Revision: 58140
at June 28, 2012 01:01 by ef


Initial Code
redis-cli keys prefix* | xargs redis-cli DEL

Initial URL

                                

Initial Description
Deletes all keys starting with prefix. Inspired by: http://stackoverflow.com/a/4006575

Initial Title
Redis deleting keys with prefix

Initial Tags

                                

Initial Language
Bash