wget https://pecl.php.net/get/redis-5.2.1.tgz
tar xzf redis-5.2.1.tgz
cd redis-5.2.1
/usr/local/php73/bin/phpize73
./configure --with-php-config=/usr/local/php73/bin/php-config73
make
make install
Extension is located at "/usr/local/php73/lib/php/extensions/no-debug-non-zts-20180731/redis.so"
Now create a new config file for PHP7.3 in "/usr/local/php73/lib/php.conf.d/" for example "/usr/local/php73/lib/php.conf.d/20-custom.ini" an add this line: