Hi everyone!
I am trying to setup ERPNext locally on my computer using frappe docker. I am able to connect with AWS RDS but this is not the case for AWS ElastiCache. I am setting values for REDIS In this way.
REDIS_CACHE: ***use1.cache.amazonaws-com:6379/0
REDIS_QUEUE: ***use1.cache.amazonaws-com:6379/1
REDIS_SOCKETIO: ***use1.cache.amazonaws-com:6379/2
Is this the right way to connect to AWS ElastiCache? It’s not working what are your suggessions?