|
@@ -23,9 +23,9 @@ use think\cache\Driver;
|
|
|
class Redis extends Driver
|
|
|
{
|
|
|
protected $options = [
|
|
|
- 'host' => '8.136.12.232',
|
|
|
+ 'host' => '120.79.86.50',
|
|
|
'port' => 6379,
|
|
|
- 'password' => 'xiang123456',
|
|
|
+ 'password' => '',
|
|
|
'select' => 0,
|
|
|
'timeout' => 0,
|
|
|
'expire' => 0,
|