We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f98a6 commit 4c66252Copy full SHA for 4c66252
package.json
@@ -15,13 +15,29 @@
15
},
16
"keywords": [
17
"prisma",
18
- "extension",
19
"redis",
20
- "cache",
21
- "uncache",
22
"dragonfly",
+ "cache",
+ "cache-invalidation",
+ "cache-manager",
23
+ "caching",
24
+ "auto-caching",
25
+ "promise-coalescing",
26
+ "performance",
27
"middleware",
- "manager"
28
+ "database-cache",
29
+ "uncache",
30
+ "read-ahead",
31
+ "prisma-extension",
32
+ "prisma-redis-cache",
33
+ "prisma-redis-extension",
34
+ "prisma-redis-middleware",
35
+ "prisma-cache-extension",
36
+ "prisma-query-cache",
37
+ "prisma-caching",
38
+ "prisma-extension-dragonfly",
39
+ "prisma-middleware",
40
+ "caching-middleware"
41
],
42
"license": "MIT",
43
"main": "./dist/index.js",
0 commit comments