life is too short for a diary



Posts Tagged: valkey

Integration Test for redis / valkey using TestContainers

An integration test verifies that multiple components work together correctly within the full Spring context. Unlike unit tests, it loads the entire application context, including configuration, beans, and external dependencies like databases...

Continue reading → valkey redis spring boot java