This commit is contained in:
wangjinlei
2024-08-07 15:02:14 +08:00
parent c57077e35f
commit 1f7220f36e
6 changed files with 179 additions and 23 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,