Skip to main content

Module redis

Module redis 

Source
Expand description

Shared reusable Redis container for integration tests.

The container is shared by suite name and reused across runs, so data persists between test processes. Tests should use unique key prefixes or clean up after themselves.

Structs§

RedisTestContainer
Handle to the suite’s shared Redis container.