Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 391 Bytes

Testcontainers-Redis-Cache-Example

This is sample with Spring Boot Redis Cache Application with Test Containers

Here are few implementation details about the application

  • There is a fixed time delay with 5Seconds until the time has elapsed values would be retrieved from the cache.

  • However the cache will also be stored until the manual restart/reboot of the application.