Hi, nice library! Just wondering if this library is planning (or not) to add support for [phpredis](https://github.com/phpredis/phpredis). Of course, the real-world benefits are debatable but I'm asking because - [some people see performance benefits from phpredis](https://akalongman.medium.com/phpredis-vs-predis-comparison-on-real-production-data-a819b48cbadb) - many PHP developers just assume the phpredis C library is better performance than the Predis library (which kind of makes sense) Furthermore - https://github.com/MacFJA/php-redisearch only works with Predis - https://github.com/ethanhann/redisearch-php does not yet support Redis 2.0 and the author is not using github issues so the project is at risk - From the look of the code [here](https://github.com/front/redisearch/blob/master/src/RedisRaw/AbstractRedisRawClient.php) it looks like support for phpredis might be planned. - From the look of the code [here](https://github.com/ethanhann/redis-raw-php/tree/master/src) it looks like an abstraction layer might be entirely viable.
Hi, nice library! Just wondering if this library is planning (or not) to add support for phpredis.
Of course, the real-world benefits are debatable but I'm asking because
Furthermore