I'm trying to configure an ElastiCache cluster with TLS and Auth configured. I'm getting the following error with trying to connect: `ClusterAllFailedError: Failed to refresh slots cache` Here's my configurations detatils: ioredis: 4.27.8 ElastiCache: 6.x Code snippet: `client = new Redis.Cluster([{host: HOST,port:PORT}],{ redisOptions: { password: PASSWORD, tls: {} } });`