About 1,370,000 results
Open links in new tab
  1. Unable to connect to AWS Redis endpoint using redis-cli. Connection ...

    Jan 8, 2019 · redis-cli -h endpoint-from-your-aws-redis-dashboard -p 6379 ping --tls This amazon doc for troubleshooting the redis connection helped a lot. The doc recommended testing with curl before …

  2. Connecting to AWS ElastiCache for Redis from Spring boot application

    Mar 7, 2022 · Most importantly it is very easy and working fine with AWS ElastiCache for Redis as well as local Redis server. I can briefly explain the second approach and it would be good if the prime …

  3. AWS Lambda Timeout when connecting to Redis Elasticache in same VPC

    Apr 30, 2021 · Trying to publish from a Lambda function to a Redis Elasticache, but I just continue to get 502 Bad Gateway responses with the Lambda function timing out. I have successfully connected to …

  4. A proper way to use AWS Redis Cluster with Celery

    Apr 13, 2023 · I use Celery in dev and run a Redis Cluster on k8s (not AWS) so I'm interested in a solution as well for prod. The Celery team has been working on finding a solution since 2015.

  5. Active -Active Cross-Region Redis Replication - Stack Overflow

    Jul 6, 2020 · AWS introduces Cross-Region Replication this year for an Active - Passive setup (Global DataStore). That means that there is a primary Redis-Cluster for Read/Write and a Secondary …

  6. AWS Redis apparently not allowing KEY - Stack Overflow

    May 13, 2024 · To the best of my knowledge AWS does not allow KEY * operation because it can load a huge amount of data and thus can impact the performance. …

  7. AWS ElastiCache for Redis Cluster vs Replication group

    Apr 19, 2023 · Up to here everything is great, until I've tried to create an ElastiCache for Redis cluster using Terraform. So with terraform, we use the aws_elasticache_replication_group resource in order …

  8. Redis raises "NOAUTH Authentication required" error but there is no ...

    Had the exact same problem running Redis on an AWS instance. I would restart redis-server without any password requirements (#requirepass ''), would work fine for a few hours, then would throw …

  9. How to connect to AWS elasticache? - Stack Overflow

    I'm trying to connect to a redis elasticache node from inside my EC2 instance (sshed in). I'm getting Connection Timed Out errors each time, and I can't figure out what's wrong with how I've configured …

  10. AWS Redis Security group example - Stack Overflow

    Jun 12, 2019 · I want to create a security group for AWS Elasticache (Redis). As far as i see, i have 2 options: Either open a Custom TCP connection on port 6379, and define the IP addresses what can …