modstack;modstandalone;/// Port that the [`Redis`] container has internally
/// Can be rebound externally via [`testcontainers::core::ImageExt::with_mapped_port`]
////// [`Redis`]: https://redis.io/
pubconstREDIS_PORT:u16=6379;pubusestack::RedisStack;pubusestandalone::Redis;