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