From 80ad590c5512bfbfcb01e52c371ef2da38a88af4 Mon Sep 17 00:00:00 2001 From: caxxy Date: Wed, 21 Aug 2024 21:03:09 +0300 Subject: [PATCH] doc(extensions): add prisma-extension-redis to the community list (#6219) add prisma-extension-redis to the list of extensions created by the community --- .../300-client-extensions/200-extension-examples.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx b/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx index 67312e33b8..7a8e48b647 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx @@ -30,6 +30,7 @@ The following is a list of extensions created by the community. If you want to c | [`prisma-paginate`](https://github.com/sandrewTx08/prisma-paginate) | Adds support for paginating read queries | | [`prisma-extension-streamdal`](https://github.com/streamdal/prisma-extension-streamdal) | Adds support for Code-Native data pipelines using Streamdal | | [`prisma-rbac`](https://github.com/multipliedtwice/prisma-rbac) | Adds customizable role-based access control | +| [`prisma-extension-redis`](https://github.com/yxx4c/prisma-extension-redis) | Extensive Prisma extension designed for efficient caching and cache invalidation using Redis and Dragonfly Databases | If you have built an extension and would like to see it featured, feel free to add it to the list by opening a pull request.