[BUG] PHPRedis (pecl) does not work with TLS scheme
-
Code connecting through pecl client fails to make use of the WP_REDIS_SCHEME.
For example, code under object-cache.php, line 465:
Current code:
$this->redis->connect($parameters['host']...
Working code:
$this->redis->connect($parameters['scheme'] . '://' . $parameters['host']...
Thank you!
Tim
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[BUG] PHPRedis (pecl) does not work with TLS scheme’ is closed to new replies.