摘要: ```php //1.config目录下新建redis.php '127.0.0.1', 'port' => '6379' ]; //2.extend目录下新建->module文件夹->Redis.php文件 connect(config('redis.host'), config('redis.port'), 5); //连接redis 超过5秒放弃 $con->auth('123456'); 阅读全文
posted @ 2019-12-18 14:07 L-ran 阅读(3416) 评论(0) 推荐(0)
摘要: centos7下redis安装和php redis扩展安装 阅读全文
posted @ 2019-12-18 14:00 L-ran 阅读(174) 评论(0) 推荐(0)
摘要: 简单使用 阅读全文
posted @ 2019-12-18 11:49 L-ran 阅读(164) 评论(0) 推荐(0)