laravel-self-diagnosis icon indicating copy to clipboard operation
laravel-self-diagnosis copied to clipboard

Error when use PHPRedis

Open akalongman opened this issue 6 years ago • 0 comments

I am using phpredis driver and getting multiple errors on RedisCanBeAccessed check.

When phpredis is used as a Redis driver:

  1. Redis facade should not be used in the code, it does not exist at all
  2. $connection->connect() is redundant for phpredis driver and throws error "Redis::connect() expects at least 1 parameter, 0 given"

akalongman avatar Jan 14 '19 11:01 akalongman