mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
默认使用长连接
This commit is contained in:
@@ -23,7 +23,7 @@ class Redis extends SessionHandler
|
||||
'password' => '', // 密码
|
||||
'expire' => 3600, // 有效期
|
||||
'timeout' => false, // 超时时间
|
||||
'persistent' => 0, // 是否长连接
|
||||
'persistent' => true, // 是否长连接
|
||||
'session_name' => '', // memcache key前缀
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user