专题文章
            
            时长:00:00更新时间:2020-11-09 15:00:59
            PHPredis操作类个人总结:pre name=code class=phpspan style=font-size:18px;class MyRedis { private $redis; /** * @param string $host * @param int $post */ public function __construct($host = 10.102.1.8, $port = 6379) { $this-redis = new Redis(); $this-redis-connect 
            查看详情