redisVersion property
Optional. The version of Redis software. If not provided, latest supported version will be used. Currently, the supported values are:
REDIS_3_2
for Redis 3.2 compatibilityREDIS_4_0
for Redis 4.0 compatibility (default)REDIS_5_0
for Redis 5.0 compatibilityREDIS_6_X
for 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); }