TRPC + Redis
Hey Guys,
I'm exploring using redis to make my data real time and using trpc as a rest like API. I was reading through the trpc section on subscriptions and it seems like there should be a way to integrate redis directly into TRPC, but would that require me to have a websocket server active to manage it?
Is it better to just not use TRPC subscriptions and just build the pub/sub logic into my state management?
0 Replies