@@ -23,10 +23,10 @@ use think\cache\Driver;
class Redis extends Driver
{
protected $options = [
- 'host' => '47.111.246.47',
+ 'host' => '8.142.12.79',
'port' => 6379,
- 'password' => '',
- 'select' => 9,
+ 'password' => 'szsj',
+ 'select' => 0,
'timeout' => 0,
'expire' => 0,
'persistent' => false,