I want to using Redis in laravel 5.2 however, I\'m getting error such a Class \'Predis\\Client\' not found, How I can solve it.
I solved the problem just including the use Predis; above class file in app folder.
use Predis;
If you installed predis via composer require predis/predis already.