vetruvet / laravel-phpredis

Use phpredis as the redis connection in Laravel
Apache License 2.0
43 stars 9 forks source link

Question #4

Closed it-can closed 9 years ago

it-can commented 9 years ago

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!

vetruvet commented 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.

it-can commented 9 years ago

Ok, but if I install your package, will the queue also use this package?

vetruvet commented 9 years ago

Yes, the Redis queue connector in Laravel will use the the configured connector.