Skip to content

Bug fixes and TLS support for PHP Redis extension

Compare
Choose a tag to compare
@colinmollenhour colinmollenhour released this 12 Oct 21:03
· 47 commits to master since this release
dc20027
  • PHP Redis extension support TLS since 5.3.0
  • Fixes AUTH may not cleanup last error
  • Fixes port always be 6379 even no port specified in host string and specified the port number other then 6379 in constructor
  • Fixes persistent too
  • Add PHP 7.4 to unit tests
  • Fix test framework issues