Categorygithub.com/testcontainers/testcontainers-go/modules/redis
modulepackage
0.35.0
Repository: https://github.com/testcontainers/testcontainers-go.git
Documentation: pkg.go.dev

# Functions

Run creates an instance of the Redis container type.
Deprecated: use Run instead RunContainer creates an instance of the Redis container type.
WithConfigFile sets the config file to be used for the redis container, and sets the command to run the redis server using the passed config file.
WithLogLevel sets the log level for the redis server process See https://redis.io/docs/reference/modules/modules-api-ref/#redismodule_log for more information.
WithSnapshotting sets the snapshotting configuration for the redis server process.

# Constants

LogLevelDebug is the debug log level.
LogLevelNotice is the notice log level.
LogLevelVerbose is the verbose log level.
LogLevelWarning is the warning log level.

# Structs

No description provided by the author

# Type aliases

No description provided by the author