wupengfei 2 năm trước cách đây
mục cha
commit
f88e232fa2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      thinkphp/library/think/cache/driver/Redis.php

+ 2 - 0
thinkphp/library/think/cache/driver/Redis.php

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