@@ -23,7 +23,7 @@ use think\cache\Driver;
class Redis extends Driver
{
protected $options = [
- 'host' => '127.0.0.1',
+ 'host' => '120.79.86.50',
'port' => 6379,
'password' => 'hdl2022',
'select' => 9,