I am developing an Accounting and Inventory Cloud application with Golang as the backend. Currently using Redis for storing Access and Refresh Token Keys with UserID as values.
I heard about NATS now, I just wanted to know if there is any performance advantage over Redis. Our requirement is just limited to save users JWT tokens with userID as values.
Thanks,
I.Murugesan