it would be really cool if prisma added built in r...
# orm-help
c
it would be really cool if prisma added built in redis support to cache most used queries
s
I think you could achieve that by putting yoga / apollo server in front of Prisma, then for a particular resolver you could read and write to redis. On this topic, I was also interested in if there’s any way to do edge caching of queries using Cloudflare.
c
I am doing this btw
redis caching with apollo server
I just thought it would be cool if they had it more built into prisma