it would be really cool if prisma added built in redis support to cache most used queries
s
Stef
01/06/2019, 9:40 AM
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
CCBCodeMonkey
02/04/2019, 4:06 AM
I am doing this btw
CCBCodeMonkey
02/04/2019, 4:06 AM
redis caching with apollo server
CCBCodeMonkey
02/04/2019, 4:06 AM
I just thought it would be cool if they had it more built into prisma