Skip to content

Tag: redisearch

Issue in integrating php-redisearch with laravel 8

I have installed the plugin MacFJA/php-redisearch using the following command composer require macfja/redisearch Issue: Complete code: Can someone share why the issue is thrown? Answer As @NicoHaase said (and here also), MacFJARediSearchRedisClientClientFacade is not available in versions 1.x, and as for now,…