I used to use redis as a queue, but then I switched to beanstalkd:
http://kr.github.io/beanstalkd/
That said I continue to use redis extensively, for storing data for dynamic websites (in preference to MySQL etc) and as a persistent cache for spam-testing, etc.