Redis is not faster than your SQL database, it's just different.

It's usually under less load. It's key-value, not relational, so looking up simple things can feel faster (but would sometimes also be fast if you just used a hash index on your SQL database).

It's not magical performance dust, just different.

3
Share
Share on Mastodon
Share on Twitter
Share on Facebook
Share on Linkedin
Replies