Skip to content

Commit 4c66252

Browse files
authored
feat(keywords): update keywords for improved visibility and searchability
1 parent 34f98a6 commit 4c66252

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

package.json

+20-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,29 @@
1515
},
1616
"keywords": [
1717
"prisma",
18-
"extension",
1918
"redis",
20-
"cache",
21-
"uncache",
2219
"dragonfly",
20+
"cache",
21+
"cache-invalidation",
22+
"cache-manager",
23+
"caching",
24+
"auto-caching",
25+
"promise-coalescing",
26+
"performance",
2327
"middleware",
24-
"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"
2541
],
2642
"license": "MIT",
2743
"main": "./dist/index.js",

0 commit comments

Comments
 (0)