@@ -23,10 +23,10 @@ use think\cache\Driver;
class Redis extends Driver
{
protected $options = [
- 'host' => '127.0.0.1',
+ 'host' => '39.107.12.194',
'port' => 6379,
- 'password' => 'hdl2020',
- 'select' => 1,
+ 'password' => 'jybl',
+ 'select' => 0,
'timeout' => 0,
'expire' => 0,
'persistent' => false,