提交 221d96f3 authored 作者: chengye's avatar chengye

test redis host

上级 35228b4c
......@@ -298,10 +298,7 @@ class loginClassModel extends Model
//删除redis
$redis = new Redis();
$host = getconfig("redis_host");
$port = getconfig("redis_port");
$redis->connect($host,$port);
$redis->connect('192.168.1.71',6379);
$sid = 'PHPREDIS_SESSION:'.$cookieSid;
$redis->delete($sid);
$redis->close();
......@@ -417,4 +414,4 @@ class loginClassModel extends Model
$strs="QWERTYUIOPASDFGHJKLZXCVBNM1234567890qwertyuiopasdfghjklzxcvbnm";
return substr(str_shuffle($strs),mt_rand(0,strlen($strs)-11),$length);
}
}
\ No newline at end of file
}
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论