摘要: <?php $redis = new \Redis(); $redis->connect('127.0.0.1',6379); $password = '123456'; $redis->auth($password); //redis进行密码验证 $arr = array('h','e','l', 阅读全文
posted @ 2018-08-05 21:14 让双脚&去腾空 阅读(408) 评论(0) 推荐(0)