提交 80b1096e authored 作者: chengye's avatar chengye

test redis host use config

上级 221d96f3
......@@ -298,10 +298,11 @@ class loginClassModel extends Model
//删除redis
$redis = new Redis();
//$host = getconfig("redis_host");
//$port = getconfig("redis_port");
$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();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论