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

    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 …

  2. Redis raises "NOAUTH Authentication required" error but there is …

    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 …

  3. Connecting to AWS ElastiCache for Redis from Spring boot …

    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 …

  4. Can you connect to Amazon ElastiСache Redis outside of Amazon?

    I'm able to connect to an ElastiCache Redis instance in a VPC from EC2 instances. But I would like to know if there is a way to connect to an ElastiCache Redis node outside of Amazon EC2 …

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

  6. AWS Lambda Timeout when connecting to Redis Elasticache in …

    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 …

  7. redis-cli connection to Amazon ElastiCache Redis cluster hangs up

    Aug 27, 2018 · I have installed and compiled Redis from source and am attempting to connect to an Amazon ElastiCache (Redis) cluster. I can connect to the default localhost with no problem, …

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

  9. 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.

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