Redis
-
•
4 min read
It all started with my attendance at Brian Sam-Bodden’s presentation at Spring IO 2022, which rose a great curiosity about how powerful Redis could be as a primary database. The main reason was speed, a writing operation takes less than a millisecond to be performed due to Redis data being stored in memory. I needed to…
-
•
12 min read
If you read my story on 10 things you didn’t know about Redis — From a Message Broker to a Graph Database, and already have your own server running locally, as explained in How to run Redis locally in a Docker Container and manage it with Redis Insight and Redis CLI. You are ready to enable Redis…
-
My journey with Redis started one story ago. In my previous story, I discussed 10 things you didn’t know about Redis and listed many of its powerful capabilities most people are unaware of. I’m very interested in understanding and experimenting with Redis’ capabilities. This is another story of a series where I am documenting my experience…
-
Before we start, I would like to thank Brian Sam-Bodden, who’s a developer advocate for Redis, for kindly reviewing this story. Thank you, Brian! You probably know or even used Redis as a cache. Did you actually know it’s much more than that? Brian did a presentation on Redis OM Spring which made me very interested…