1.REMOVE .a and .so, and add gitignore file

2.FIX reset_redis4maat.sh set SEQ value end with \r bug
This commit is contained in:
yw
2017-07-19 17:12:38 +08:00
parent be8751f7e9
commit 745f4c21bb
7 changed files with 30 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ port="6379"
echo "Reseting Redis For Maat..."
redis-cli -h $host -p $port GET MAAT_VERSION
redis-cli -h $host -p $port FLUSHALL
redis-cli -h $host -p $port SET MAAT_VERSION 1
redis-cli -h $host -p $port SET SEQUENCE_REGION 1
redis-cli -h $host -p $port SET SEQUENCE_GROUP 1
redis-cli -h $host -p $port SET MAAT_VERSION "1"
redis-cli -h $host -p $port SET SEQUENCE_REGION "1"
redis-cli -h $host -p $port SET SEQUENCE_GROUP "1"