Пример #1
0
 /**
  * @throws \Exception
  * @throws \Predis\Connection\ConnectionException
  */
 public function fire()
 {
     try {
         $this->analytics->getDisableKey();
         $this->info("cleanup for Redis key");
     } catch (\Predis\Connection\ConnectionException $error) {
         throw $error;
     }
 }