About 1,380,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. 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 …

  5. 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. …

  6. 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 …

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

    Apr 13, 2023 · A proper way to use AWS Redis Cluster with Celery Asked 2 years, 7 months ago Modified 1 year, 7 months ago Viewed 6k times

  8. 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 …

  9. How to connect to AWS Redis cluster locally? - Stack Overflow

    Dec 16, 2020 · I have a redis instance on AWS that I want to connect using Redis Desktop Manager from my local machine I am able to ssh into my ec2 instace and then run redis-cli -h host and …

  10. DynamoDB vs Redis for persistent storage? - Stack Overflow

    Jul 3, 2019 · 75 There are two type of Redis deployment in AWS ElastiCache service: Standalone Multi-AZ cluster With standalone installation it is possible to turn on persistence for a Redis instance, so …