Commit f9f6fa1f authored by 734642908@qq.com's avatar 734642908@qq.com

添加清除reids缓存

parent 802c2c60
......@@ -777,6 +777,18 @@ class AuctionController extends BaseController
echo $this->formatRes($result);exit;
}
public function auctionFlush() {
S(C('REDIS'))->del('hezijp001');
S(C('REDIS'))->del('hezijp002');
S(C('REDIS'))->del('hezijp003');
S(C('REDIS'))->del('hezijp004');
S(C('REDIS'))->del('hezijp005');
S(C('REDIS'))->del('hezijp006');
S(C('REDIS'))->del('hezijp007');
S(C('REDIS'))->del('hezijp008');
S(C('REDIS'))->del('hezijp009');
}
}
......
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