@@ -111,10 +111,10 @@ final class CacheCluster
111111 * **Additional node type info**
112112 *
113113 * - All current generation instance types are created in Amazon VPC by default.
114- * - Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.
115- * - Redis OSS Multi-AZ with automatic failover is not supported on T1 instances.
116- * - Redis OSS configuration variables `appendonly` and `appendfsync` are not supported on Redis OSS version 2.8.22 and
117- * later.
114+ * - Valkey or Redis OSS append-only files (AOF) are not supported for T1 or T2 instances.
115+ * - Valkey or Redis OSS Multi-AZ with automatic failover is not supported on T1 instances.
116+ * - The configuration variables `appendonly` and `appendfsync` are not supported on Valkey, or on Redis OSS version
117+ * 2.8.22 and later.
118118 *
119119 * [^1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
120120 * [^2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
@@ -148,8 +148,8 @@ final class CacheCluster
148148 /**
149149 * The number of cache nodes in the cluster.
150150 *
151- * For clusters running Redis OSS, this value must be 1. For clusters running Memcached, this value must be between 1
152- * and 40.
151+ * For clusters running Valkey or Redis OSS, this value must be 1. For clusters running Memcached, this value must be
152+ * between 1 and 40.
153153 *
154154 * @var int|null
155155 */
@@ -239,8 +239,8 @@ final class CacheCluster
239239 private $ cacheNodes ;
240240
241241 /**
242- * If you are running Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in to the
243- * next auto minor version upgrade campaign. This parameter is disabled for previous versions. .
242+ * If you are running Valkey or Redis OSS engine version 6.0 or later, set this parameter to yes if you want to opt-in
243+ * to the next auto minor version upgrade campaign. This parameter is disabled for previous versions. .
244244 *
245245 * @var bool|null
246246 */
@@ -281,7 +281,7 @@ final class CacheCluster
281281 private $ snapshotWindow ;
282282
283283 /**
284- * A flag that enables using an `AuthToken` (password) when issuing Redis OSS commands.
284+ * A flag that enables using an `AuthToken` (password) when issuing Valkey or Redis OSS commands.
285285 *
286286 * Default: `false`
287287 *
@@ -345,8 +345,9 @@ final class CacheCluster
345345 private $ logDeliveryConfigurations ;
346346
347347 /**
348- * Must be either `ipv4` | `ipv6` | `dual_stack`. IPv6 is supported for workloads using Redis OSS engine version 6.2
349- * onward or Memcached engine version 1.6.6 on all instances built on the Nitro system [^1].
348+ * Must be either `ipv4` | `ipv6` | `dual_stack`. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS
349+ * engine version 6.2 and above or Memcached engine version 1.6.6 and above on all instances built on the Nitro system
350+ * [^1].
350351 *
351352 * [^1]: http://aws.amazon.com/ec2/nitro/
352353 *
@@ -355,8 +356,9 @@ final class CacheCluster
355356 private $ networkType ;
356357
357358 /**
358- * The network type associated with the cluster, either `ipv4` | `ipv6`. IPv6 is supported for workloads using Redis OSS
359- * engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system [^1].
359+ * The network type associated with the cluster, either `ipv4` | `ipv6`. IPv6 is supported for workloads using Valkey
360+ * 7.2 and above, Redis OSS engine version 6.2 and above or Memcached engine version 1.6.6 and above on all instances
361+ * built on the Nitro system [^1].
360362 *
361363 * [^1]: http://aws.amazon.com/ec2/nitro/
362364 *
0 commit comments