Skip to main content

Module redis

Module redis 

Source
Expand description

A single-node Redis container.

Structs§

RedisContainer
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.
RedisGuard
The running guard for a RedisContainer.