add redis-session support

This commit is contained in:
crazywhalecc
2023-08-09 11:00:01 +08:00
committed by Jerry Ma
parent a6f07051c3
commit 61d1507a4d
2 changed files with 10 additions and 2 deletions

View File

@@ -298,7 +298,10 @@
"redis": {
"type": "external",
"source": "redis",
"arg-type": "custom"
"arg-type": "custom",
"ext-suggests": [
"session"
]
},
"session": {
"type": "builtin"