how can I use node-resque and what I have to put at queue key in connection object of resque

I have seen a lot about resque and it is a greate to process backgroud jobs. But I have not found a good example to use node-resque in node.js. So please help me to do so. I want to use node-resque with redis in node.js And I am not able to understand what values should i put in queue key in connection object which is used ad resque.worker(connectionDetails{connection: config.resque, timeout: 5000, queues: queues },jobs).