The library is throwing a number of deprecation warnings with php 8.4 such as:
PHP Deprecated: RedisClient\Client\Version\RedisClient6x0::createPipeline(): Implicitly marking parameter $Pipeline as nullable is deprecated, the explicit nullable type must be used instead in /vendor/cheprasov/php-redis-client/src/RedisClient/Client/Version/RedisClient6x0.php on line 25
As the library has not been updated in a veeeeeeery long time I wonder if it is being abandoned and a replacement should be used instead.
Thanks
The library is throwing a number of deprecation warnings with php 8.4 such as:
PHP Deprecated: RedisClient\Client\Version\RedisClient6x0::createPipeline(): Implicitly marking parameter $Pipeline as nullable is deprecated, the explicit nullable type must be used instead in /vendor/cheprasov/php-redis-client/src/RedisClient/Client/Version/RedisClient6x0.php on line 25As the library has not been updated in a veeeeeeery long time I wonder if it is being abandoned and a replacement should be used instead.
Thanks