@@ -111,10 +111,10 @@ final class CacheCluster
111
111
* **Additional node type info**
112
112
*
113
113
* - 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.
118
118
*
119
119
* [^1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
120
120
* [^2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion
@@ -148,8 +148,8 @@ final class CacheCluster
148
148
/**
149
149
* The number of cache nodes in the cluster.
150
150
*
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.
153
153
*
154
154
* @var int|null
155
155
*/
@@ -239,8 +239,8 @@ final class CacheCluster
239
239
private $ cacheNodes ;
240
240
241
241
/**
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. .
244
244
*
245
245
* @var bool|null
246
246
*/
@@ -281,7 +281,7 @@ final class CacheCluster
281
281
private $ snapshotWindow ;
282
282
283
283
/**
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.
285
285
*
286
286
* Default: `false`
287
287
*
@@ -345,8 +345,9 @@ final class CacheCluster
345
345
private $ logDeliveryConfigurations ;
346
346
347
347
/**
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].
350
351
*
351
352
* [^1]: http://aws.amazon.com/ec2/nitro/
352
353
*
@@ -355,8 +356,9 @@ final class CacheCluster
355
356
private $ networkType ;
356
357
357
358
/**
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].
360
362
*
361
363
* [^1]: http://aws.amazon.com/ec2/nitro/
362
364
*
0 commit comments