Commit 010d83fc authored by 734642908@qq.com's avatar 734642908@qq.com

切换redis

parent 9d53ca61
<?php <?php
return array( return array(
// 'REDIS'=>array(
// 'type'=>'Redis',
// 'host'=>'172.16.0.7', // 119.23.249.188 (部署)
// 'port'=>'6379',
// 'auth'=>'b@lq%k3lek'
// ),
'REDIS'=>array( 'REDIS'=>array(
'type'=>'Redis', 'type'=>'Redis',
'host'=>'172.16.0.7', // 119.23.249.188 (部署) 'host'=>'172.16.0.15', //集群版
'port'=>'6379', 'port'=>'6379',
'auth'=>'b@lq%k3lek' 'auth'=>'b@lq*k3lek'
), ),
'LEWAN_HEZI' => array( 'LEWAN_HEZI' => array(
'DB_TYPE' => 'mysql', 'DB_TYPE' => 'mysql',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment