feat: add redis

This commit is contained in:
Sun-ZhenXing
2025-09-21 16:40:26 +08:00
parent e04f439c3b
commit 92fd82cbb3
7 changed files with 179 additions and 0 deletions

18
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"prettier.enable": false,
"editor.formatOnSave": false,
"[markdown]": {
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": "explicit"
},
"editor.quickSuggestions": {
"other": "off",
"comments": "off",
"strings": "off"
}
},
"files.eol": "\n",
"cSpell.enabled": false
}