Bug fixes and TLS support for PHP Redis extension
colinmollenhour
released this
12 Oct 21:03
·
47 commits
to master
since this release
- 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