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