Redis cluster is a much better solution for HA then sentinel, I tried to pass a cluster enabled redis client to kue.js but it didnt work. I used ioredis as the redis client, its interfaces are very similar to node-redis but with some subtle difference, e.g. message subscription and lua script loading and invocation.
Glad to see redis cluster support in kue.js.
Thanks