Spring Redis

Hi, I am currently using Spring Boot with Redis and I am using the Caching annotations.

Do you know why the first time I hit the endpoint Spring will still make a call to my db even though the data is already in my Redis?

After that it will take data from Redis.
Was this page helpful?