aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-12-07 21:08:29 +0530
committerRitesh Ghosh <[email protected]>2024-12-07 21:08:29 +0530
commit872192bcc5fa75fd95c175158aeb31a23f34e01e (patch)
tree1284e4a491d790fc3e17afad23938cce60628ce9 /package.json
parent9d379ec4fe99782dc8e5340f2895cf11399bb1f9 (diff)
downloadaniwatch-api-872192bcc5fa75fd95c175158aeb31a23f34e01e.tar.xz
aniwatch-api-872192bcc5fa75fd95c175158aeb31a23f34e01e.zip
build(redis): add `ioredis` pkg to implement caching layer
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0ca2be3..2a1c462 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,8 @@
"aniwatch": "^2.4.1",
"dotenv": "^16.4.5",
"hono": "^4.6.3",
- "hono-rate-limiter": "^0.4.0"
+ "hono-rate-limiter": "^0.4.0",
+ "ioredis": "^5.4.1"
},
"devDependencies": {
"@types/node": "^22.7.4",