|
@@ -32,10 +32,13 @@ return [
|
|
|
'type' => 'redis',
|
|
'type' => 'redis',
|
|
|
// 服务器地址
|
|
// 服务器地址
|
|
|
// 本地
|
|
// 本地
|
|
|
- 'host' => '127.0.0.1',
|
|
|
|
|
- 'password' => '',
|
|
|
|
|
|
|
+ //'host' => '127.0.0.1',
|
|
|
|
|
+ //'password' => '',
|
|
|
'timeout' =>100,
|
|
'timeout' =>100,
|
|
|
- 'expire'=>0
|
|
|
|
|
|
|
+ 'expire'=>0,
|
|
|
|
|
+
|
|
|
|
|
+ 'host' => '47.112.222.163',
|
|
|
|
|
+ 'password' => 'derkj&6688',
|
|
|
// 测试
|
|
// 测试
|
|
|
// 'host' => '110.191.166.185',
|
|
// 'host' => '110.191.166.185',
|
|
|
// 'password' => 'whl123'
|
|
// 'password' => 'whl123'
|