ellik95

Results 5 comments of ellik95

I had tried this also and the same thing happened! Could you please reopen the issue?

Yes, with this code: ``` import { createCluster } from 'redis'; (async () => { const REDIS_USERNAME = 'test-username'; const REDIS_PASSWORD = 'test-pass'; const cluster = createCluster({ rootNodes: [ {...

It's not working either and `tls` option does not exist in type `Partial`.

Unfortunately it is not working either. Only with the below code is: ``` createCluster({ rootNodes: [{ url: `rediss://redis-region-0001-001.amazonaws.com:6379` }, { url: `rediss://redis-region-0001-002.amazonaws.com:6379` }], defaults: { url: `rediss://redis-region-0001-001.amazonaws.com:6379` username: REDIS_USERNAME, password:...

Also when I connect I sometimes get the error `ReplyError: MOVED 12539 rediss://redis-region-0001-002.amazonaws.com:6379` and I cannot get the value from the key.