PHPredis操作类个人总结【点击查看详情】
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
相关视频/文章