add cache docs (#261)

* add cache docs

* change zmredis to kvredis and fix typo

Co-authored-by: crazywhalecc <jesse2061@outlook.com>
This commit is contained in:
sunxyw
2023-01-17 17:16:00 +08:00
committed by GitHub
parent 59393239f6
commit dc8a946975
2 changed files with 66 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ module.exports = {
sidebarDepth: 2,
children: [
'store/file-system',
'store/cache',
]
}
],