Commit 16e7b4fa authored by 白秀江's avatar 白秀江

更新redis_scan.sh

parent 7eb24d7f
......@@ -33,5 +33,4 @@ function delSet()
key=$3
echo "start remove the key $key"
delSet $1 $2 $key
rs=`redis-cli -h $1 -p $2 del $key`
echo "remove the key $key successfully"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment