SncRedisBundle icon indicating copy to clipboard operation
SncRedisBundle copied to clipboard

Be able to pass TLS options to predis and phpredis

Open tarjei opened this issue 4 years ago • 0 comments

Hi, it is now needed for this bundle to support passing tls options like verify_peer and ca_file to the client libraries.

For PHPRedis the options are documented here: https://github.com/phpredis/phpredis/issues/1600#issuecomment-673362758

And for predis: https://github.com/predis/predis

tarjei avatar Feb 05 '21 08:02 tarjei