Closed
Description
While reviewing #29937, I realized that our Testcontainers examples are outdated: there is no longer a RedisContainer
. Instead, a Redis container is configured via a GenericContainer
, as documented in the official Testcontainers documentation.