yiisoft / yii

Yii PHP Framework 1.1.x
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
4.84k stars 2.28k forks source link

Provided a "username" property for Redis cache configurations #4567

Closed arfeen closed 1 month ago

arfeen commented 1 month ago

Added a "username" property for the Redis connection authentication. A username may be used other then "default".

Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC? ✔️
Tests pass? ✔️
Fixed issues
rob006 commented 1 month ago

Are you sure this is compatible with older versions of Redis?

arfeen commented 1 month ago

Before REDIS 6.0, there was not concept of username but a single password. I'm closing this request to update the code for older versions of REDIS.