Closed
Description
Hi,
after some recent change the rediss (note the double S!) connection scheme stopped working. I'm getting the following error:
In RedisConnectionFactory.php line 120: The given DSN "rediss://....&persistent=1&vendor=predis" is not supported. Must start with "redis:".
Rediss is implemented in the php-enqueue/redis transport:
https://github.com/php-enqueue/redis/blob/master/RedisConnectionFactory.php
The cause is probably in this commit:
php-enqueue/enqueue@7387c7f
Can you please add rediss to the supported schemes?