redisVersion property
Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are:
REDIS_3_2for Redis 3.2 compatibilityREDIS_4_0for Redis 4.0 compatibility (default)REDIS_5_0for Redis 5.0 compatibilityREDIS_6_Xfor Redis 6.x compatibility
Implementation
@$pb.TagNumber(7)
$core.String get redisVersion => $_getSZ(5);
Implementation
@$pb.TagNumber(7)
set redisVersion($core.String v) {
$_setString(5, v);
}