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