-
### Terraform Core Version
1.5.1
### AWS Provider Version
5.0
### Affected Resource(s)
aws_elasticache_subnet_group
aws_elasticache_replication_group
### Expected Behavior
Update…
-
### Discussed in https://github.com/valkey-io/valkey-glide/discussions/2485
Originally posted by **ronenlinx** October 21, 2024
Im using AWS Elasticache with Valkey serverless instance and im …
-
### 问题描述(Issue Description)
使用v4.2.0 release,在function中修改DB号无效
Please provide a brief description of the issue you encountered.
### 环境信息(Environment)
- RedisShake 版本(RedisShake Version):v4…
-
**What is the current behavior?**
Got an error `Error: modifying ElastiCache Replication Group (*****) shard configuration: error modifying ElastiCache Replication Group shard configuration: InvalidR…
-
### Terraform Core Version
1.5.5
### AWS Provider Version
5.47.0
### Affected Resource(s)
aws_elasticache_global_replication_group,
aws_elasticache_subnet_group
### Expected Behavior
Once the …
-
I am trying to use RQ with AWS Elasticache Serverless. According to https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SupportedCommands.html#RestrictedCommandsRedis the command `CLIENT LIST`…
-
### Describe the bug
When attempting to create a Redis elasticache cluster that enables in-transit encryption, we receive the following error:
```
Encryption feature is not supported for engine…
-
## Describe the Bug
After resources have been created the following outputs are present:
```shell
Error: expected length of replication_group_id to be in the range (1 - 40), got
│
│ with…
-
### Terraform Core Version
1.9.5 on darwin_arm64
### AWS Provider Version
5.65.0
### Affected Resource(s)
aws_elasticache_serverless_cache
### Expected Behavior
Create a Redis Ser…
-
### Description
Run the example code:
```typescript
import { createClient, RedisClientOptions } from 'redis';
const options: RedisClientOptions = {};
const client = await createClient(options)
…