prisma-redis-middleware
prisma-redis-middleware copied to clipboard
Feature Request: Update using Client Extensions
For reference:
Prisma Client extensions are Generally Available from versions 4.16.0 and later. They were introduced in Preview in version 4.7.0. Make sure you enable the clientExtensions Preview feature flag if you are running on a version earlier than 4.16.0.
https://www.prisma.io/docs/concepts/components/prisma-client/client-extensions
Deprecated: Middleware is deprecated in version 4.16.0. We recommend using the Prisma Client extensions query component type as an alternative to middleware. Prisma Client extensions were first introduced into Preview in version 4.7.0 and made Generally Available in 4.16.0.
https://www.prisma.io/docs/concepts/components/prisma-client/middleware
👋 @Asjas, I'd be happy to give this a stab if no one has already volunteered to pick it up. 😄
Yeah that would be great 🙂