Closed it-can closed 9 years ago
No, you can have Predis alongside or not have it at all. Predis is all namespaced so just make sure you're referencing the correct class.
Ok, but if I install your package, will the queue also use this package?
Yes, the Redis queue connector in Laravel will use the the configured connector.
Does this package completely override Predis? Or do I need Predis installed? I am asking because I want my queue to use phpredis and not predis (performance reasons)... Thanks!