用于在Redis中存储一次性的临时的回话信息,比如说验证邮件用的临时信息、微信登录的临时字符串、 验证码等等。这里封装一个具有一定复用性的类,并支持对临时信息的某些字段进行索引,方便删除。
(require("model/session"))(global) → {object}
创建回话
- Source:
Parameters:
Name | Type | Description |
---|---|---|
global |
object
|
|
Returns:
- Type:
-
object
- Source: