Do I need Redis with T3 Stack?

I've recently been working on a personal project and at some point I wondered if I was going to need Redis or tRPC Server Caching https://trpc.io/docs/server/caching is enough, what do you think?
The below examples uses Vercel's edge caching to serve data to your users as fast as possible.
Was this page helpful?