提交 6f705208 authored 作者: chengye's avatar chengye

调整 redis地址

上级 182ac669
...@@ -17,7 +17,7 @@ class SingleSign { ...@@ -17,7 +17,7 @@ class SingleSign {
public $instence = null; public $instence = null;
public function __construct($ip='192.168.1.70',$port=6379){ public function __construct($ip='192.168.1.222',$port=6379){
if($this->instence === null){ if($this->instence === null){
$redis = new \Redis(); $redis = new \Redis();
$res = $redis->connect($ip,$port); $res = $redis->connect($ip,$port);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论