When I am trying To installing redis in larvel 6 version I can not install redis and it extension it show me the error.
By default In Laravel 6 'client' => env('REDIS_CLIENT', 'phpredis'), is not working but when i change this 'client' => env('REDIS_CLIENT', 'predis') .
For ubuntu
sudo apt-get install php7.2-redis //7.2 is php version
then
sudo systemctl restart php7.2-fpm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With