delete操作不触发 rebuild cache

This commit is contained in:
pengtao 2019-10-09 15:47:04 +08:00
parent 44af70b18e
commit 5ed13ab2c1

View File

@ -27,7 +27,7 @@ elif myenv == 'test':
ad_list_interface_port = 6014
priv_i_port=6015
info_expire = 60 * 60 * 3
adkey_expire = 60 * 2
adkey_expire = 60 * 20
elif myenv == 'test1':
redis_company_config = {'host': '10.10.4.8', 'port': 6379, 'db': 12, 'passwd': 'crs-9ltb97ds:i33dkxshh'}
mysql_promotion_config = {'user': 'ad', 'pswd': ad_mysql_pwd, 'host': '10.10.3.5', 'db': 'test1'}