use ioredis instead of keyv

This commit is contained in:
spencerwooo
2021-12-31 20:30:29 +08:00
parent 115b550cb5
commit 13f5c2c79f
5 changed files with 42 additions and 94 deletions
+3 -4
View File
@@ -15,12 +15,11 @@
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@headlessui/react": "^1.4.0",
"@keyv/redis": "^2.2.1",
"axios": "^0.21.1",
"crypto-js": "^4.1.1",
"emoji-regex": "^9.2.2",
"ioredis": "^4.28.2",
"jszip": "^3.7.1",
"keyv": "^4.0.4",
"next": "^12.0.7",
"nextjs-progressbar": "^0.0.13",
"preview-office-docs": "^1.0.2",
@@ -42,7 +41,7 @@
},
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/keyv": "^3.1.3",
"@types/ioredis": "^4.28.5",
"@types/prismjs": "^1.16.5",
"@types/react": "17.0.11",
"@types/react-copy-to-clipboard": "^5.0.0",
@@ -53,7 +52,7 @@
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.5",
"tailwindcss": "^3.0.8",
"typescript": "4.3.4"
}
}