Just tried a simple code with pecl-redis-3.0.0 and it works: <?php $redis = new Redis(); $redis->connect('127.0.0.1', 6379); print_r($redis->info()); ?> Can you please add php 7.1 support for pecl-redis-3.0.0?
I just added pecl-redis-3.1.0 to the tree with php-7.1 support.
Thank you very much.