You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.