wupengfei 2 年之前
父節點
當前提交
b1e450209e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      thinkphp/library/think/cache/driver/Redis.php

+ 1 - 1
thinkphp/library/think/cache/driver/Redis.php

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