You're welcome. Do consider hosting
You're welcome. Do consider hosting Redis or some in-memory solution on Neon if possible. Would love it.
3 Replies
correct-apricot•13mo ago
Which stack (ORM) do you use in the Neon application?
wise-white•13mo ago
Prisma ORM.
correct-apricot•13mo ago
Gotcha - I'd have recommended momento cache if were using Sequelize ORM
but can use cf hyperdrive to cache the responses https://dev.to/hackmamba/faster-postgres-queries-with-cloudflare-hyperdrive-and-neon-4200 tho I know it's not an in-house solution as you're seeking
(props to @0XAnon for writing this piece)