I want to implement caching queries from prisma po...
# prisma-client
t
I want to implement caching queries from prisma postgres into redis, any direction with this would be great help!
r
Hey @Tanmay Naik 👋 I would suggest following the implementation in this thread that uses Prisma’s middleware to cache data in Redis 🙂
t
Will look into it. Thanks Ryan
💯 1