I am using KUE, on EC2, and setting up an external ElastiCache Redis storage. It appears ElastiCache does not use password (auth), but instead relies on Security Groups. So do I need to leave the redis password (???) param empty?
redis: {
port: 6379 //process.env.REDIS_PORT,
host: blah.44444z.0001.usw1.cache.amazonaws.com //process.env.REDIS_HOST,
auth: ??? //process.env.REDIS_PASS,
options: {
}
}