-
### Terraform Core Version
1.6.4
### AWS Provider Version
5.42.0
### Affected Resource(s)
aws_elasticache_replication_group
### Expected Behavior
should be able to upgrade the ver…
-
This seems like an odd omission, given the otherwise broad array of datastore services available through the SB,
-
### Describe the feature
I would like to have an option in the AWS CLI to generate a token/password for my ElastiCache (redis-compat with IAM auth enabled) cluster based on my current credentials the…
-
Hi,
I have a redis server hosted by aws using aws ElastiCache. When I try to connect to it using a lambda and on my local machine, it gives 'timeout connecting to server' error. However, my colleag…
-
I am using library to connect to the AWS ElastiCache and I figured out that when I forget to set tls to true on call `await redis.get()` library just stuck on this call without any exception that wron…
-
### Describe the bug
The `attr_endpoint` attribute of the `CfnServerlessCache` should be a string or be resolvable to a string but instead it's `aws_cdk.Reference` instead.
### Expected Behavior
I…
-
### 问题描述(Issue Description)
两个Redis部署在不同的环境上,之间的内网IP不通,是否这种就无法同步?
(即跨云环境,网络需要特别打通吗?)
(我想将aws上的ElastiCache Redis OSS迁移到其他云上自建的Redis 集群上。)
目前RedisShake是运行在跟ElastiCache 同VPC下的一个云主机上面,而目的Redis集群是在另外…
-
### Terraform Core Version
5.62.0
### AWS Provider Version
1.7.5
### Affected Resource(s)
[aws_elasticache_global_replication_group](https://registry.terraform.io/providers/hashicorp/aw…
-
When using AWS's Elasticache Redis Cluster (has built-in failover / replication / load balancing, no need to know the server addresses), occasionally Elasticache has to move data around, so it issues …
-
### Expected behaviour
During a ~1hr window window across multiple php servers I saw `RedisCluster::get(): SSL: Connection reset by peer` intermittently on a small percentage of requests. I think my…