Commit b5093f5c authored by 白秀江's avatar 白秀江

更新redis_scan.sh

parent b0e4d15c
...@@ -34,7 +34,7 @@ function delSet() ...@@ -34,7 +34,7 @@ function delSet()
done done
fi fi
} }
key="setkey" key=$3
echo "start remove the key $key" echo "start remove the key $key"
delSet $1 $2 $key delSet $1 $2 $key
rs=`redis-cli -h $1 -p $2 del $key` rs=`redis-cli -h $1 -p $2 del $key`
......
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