Skip to content

1.11.0: Enable encrypted connections with TLS (#129)

Compare
Choose a tag to compare
@colinmollenhour colinmollenhour released this 25 Oct 19:29
· 53 commits to master since this release
* Enable encrypted connections with TLS

Use standalone PHP driver because PHP Redis extension doesn't work with TLS.
Syntax `$redis = new Credis_Client('tls://host[:port][/persistence_identifier]')`

* Enable encrypted connections with TLS