Expand description
A single-node Redis container.
Structs§
- Redis
Container - A single-node Redis container. Readiness is anchored on Redis’s own “Ready to accept connections” log line rather than a TCP probe: on a loaded host the port forwarder can accept and hold a connection in the window between Redis binding its socket and actually serving, which a bare listening-port check cannot see through.
- Redis
Guard - The running guard for a
RedisContainer.