摘要:
<?php class Rediss { private static $_instance = null; private function __construct(){ self::$_instance = new \Redis(); $config = [ 'host' => '127.0.0 阅读全文
posted @ 2020-08-25 15:52
greatbing
阅读(317)
评论(0)
推荐(0)