Skip to content

Support username for ACL auth for Redis v6+

Compare
Choose a tag to compare
@colinmollenhour colinmollenhour released this 07 Apr 14:58
· 23 commits to master since this release
afec8e5
Support username for ACL auth for Redis v6+ (#161)

* Pass scheme to redis connections
* Update tests to use upstream redis
* ACL Auth requires phpredis v5.3+
* Improve compatibility with phpredis pre-v5.3


Co-authored-by: kodumbeats <[email protected]>