Wrapper does not work for redis cluster with passwords We need to create the RedisCluster instance with redisOptions key in the json object. ``` const cluster = new Redis.Cluster(nodes, { redisOptions: { password: "your-cluster-password", }, }); ``` As mentioned in the IORedis doc here : https://www.npmjs.com/package/ioredis#password