Open uweng opened 8 months ago
The fix like this in File AbstractRedisRawClient.php:
-- protected LoggerInterface $logger;
++private $logger;
++
++ public function __construct(LoggerInterface $logger = null)
++ {
++ $this->logger = $logger;
++ }
works fine.
+1
if I require ethanhann/redis-raw composer installs the version 2.1.0 but in this repository the latest version is 2.0.0 and it hasn't this bug
Using "redisearch-php" with this code :
results in: $ php ./bug.php