예제 #1
0
파일: BaseTest.php 프로젝트: zhousak/cmd-q
 public function tearDown()
 {
     $this->redis->del('log_1');
     $this->redis->del('log_2');
     $this->redis->del('log_3');
 }