I'm using Redis for Queue and a few other simple things. resque is one of them I will be using Redis for, my question is that what happens when my 10 connections all are used when using a resque ?
Will it wait until one of them finished and to go into a Que ? or it fails right away when my 10 connections are all in use.