For some setups, it's necessary to access Redis through TLS. This is already supported by phpredis 5.x, but the option handling in RedisConnectionPool.php doesn't support specifying Redis TLS endpoints, like tls://redis.server.example
I'd like to add support for that style of Redis hosts in RedisConnectionPool, what do you think?