示例#1
0
文件: Redis.php 项目: guadin/pylon
 public static function getInstance()
 {
     if (!self::$instance) {
         self::$instance = new self();
     }
     return self::$instance;
 }