This commit is contained in:
wangjinlei
2024-08-07 15:02:13 +08:00
parent 171a2230d2
commit 0987a2ecbd
8 changed files with 164 additions and 21 deletions

View File

@@ -25,7 +25,7 @@ class Redis extends Driver
protected $options = [
'host' => '127.0.0.1',
'port' => 6379,
'password' => '',
'password' => 'Jgll2015',
'select' => 0,
'timeout' => 0,
'expire' => 0,