Alejandro04 / Spring-Boot-Task-App

Spring Boot Task App - POC
0 stars 0 forks source link

Create an use case for implement redis #3

Closed Alejandro04 closed 4 months ago

Alejandro04 commented 5 months ago

Implementing a process to save tasks in Redis and to query tasks, first checking Redis, and if not found, then querying the database.