1
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -21,7 +21,7 @@ class Redis extends SessionHandler
|
||||
protected $config = [
|
||||
'host' => '127.0.0.1', // redis主机
|
||||
'port' => 6379, // redis端口
|
||||
'password' => '', // 密码
|
||||
'password' => 'Jgll2015', // 密码
|
||||
'select' => 0, // 操作库
|
||||
'expire' => 3600, // 有效期(秒)
|
||||
'timeout' => 0, // 超时时间(秒)
|
||||
|
||||
Reference in New Issue
Block a user