1234567891011121314 |
- <?php
- include_once __DIR__ . '/../Amfphp/main.php';
- /**
- * Description of TriggerDumpLog2Sql
- * 转储redis中记录的日志数据到MySQL中.
- * 触发器: 每天凌晨执行一次.
- * @version
- * 1.0.0 Created at 2016-7-3. by --gwang
- * @author gwang (mail@wanggangzero.cn)
- * @copyright © 2016-7-3, SJZ LoyalSoft Corporation & gwang. All rights reserved.
- */
- //\loyalsoft\CLog::flush(); # 执行转储命令
|