prisma-redis-middleware
prisma-redis-middleware copied to clipboard
Prisma Middleware for caching queries in Redis
Unable to serialize value '2022-08-29T12:32:34.803Z' as it's not an instance of 'Date' fields in schema.prisma updatedAt DateTime? @updatedAt or createdAt DateTime @default(now()) "@prisma/client": "4.2.1", "prisma-redis-middleware": "^4.1.1", "graphql": "^15.3.0", "type-graphql": "^1.1.1",
**Describe the bug** onMiss callback is triggered multiple times. I verified if the request is being made multiple times but not. (See the screenshot below, "///////////// FIND MANY" is the...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
Hello, I'm excited to share that Nove.js v20 has been recently released, and I saw that the prisma-redis-middleware already supports the new Node.js engine. Therefore, I kindly request an update...
This PR migrates the package from Prisma middleware to Prisma Client extensions because middleware was deprecated in v4.16.0. Would we separate `prisma-redis-middleware` into two packages: a middleware & a client...
**Describe the bug** When setting the keyPrefix to any value the cache doen's get invalidate, in this screenshot the value is `app:dev:jobs:prisma:` **Expected behavior** Cache should invalidate on mutation with...
Sorry for posting as a bug as I'm sure it's a misunderstanding. I've got middleware like below. What's odd is that I can see in RedisInsights that the model "Attendees"...
Is there going to be support for `nodejs` version 19.x? If not, why?
**Describe the bug** for case `prisma.$transaction([queryA, queryB])` , if queryA was found in cache, queryB will stuck in transaction. **To Reproduce** Steps to reproduce the behavior: ```ts async paginatedResult(skip: number)...