This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################### | |
#Script Name : redis-delete | |
#Description : Given a host, port and pattern to delete from Redis. Example ./redis-delete.sh redis-XXXX.XXXX.com 6379 stage:* | |
#Args : <host> <port> <pattern> | |
#Author : Dimitry Kudryavtsev | |
#Email : [email protected] | |
################################################################### | |
if [ $# -ne 3 ] | |
then |