Fix LocalDateTime Serialization with Redis & Spring Boot Cache

Fix LocalDateTime Serialization with Redis

Overview Recently, I added Redis as the cache manager for my web app (https://ukata.io). There is an error regarding JSON LocalDateTime parsing like this: Mind you, I’ve already added the following dependency in my pom.xml file: But I still got that error. I use Spring Boot 3.0 for this project FIY. So, how to fix … Read more

Use Cases of Redis In Software Systems

Use Cases of Redis In Software Systems

Overview Redis is an in-memory data structure store that is often used as a database, cache, and message broker. There are several benefits to using Redis, including: In this post, we are going to discuss the different use cases of Redis in software systems. Before you start, if you want to start a Redis instance … Read more