Timmy Forslilja

Results 1 comments of Timmy Forslilja

For anyone trying to connect to a MemoryDb cluster using TLS, this has proven to be the solution: ``` const redisClient = redis.createCluster({ rootNodes: [{ url: `redis://${redisHost}:6379` }], useReplicas: true,...