コード例 #1
0
 /**
  * do some cleanup
  */
 public function __destruct()
 {
     try {
         if ($this->redis) {
             $this->redis->close();
             $this->redis = null;
         }
     } catch (\Exception $e) {
         //nothing we can do about it...
     }
 }
コード例 #2
0
 /**
  * do some cleanup
  */
 public function __destruct()
 {
     try {
         if ($this->redis) {
             $this->redis->close();
             $this->redis = null;
         }
     } catch (\Exception $e) {
     }
 }