colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
390 stars 142 forks source link

Remove problematic language and use updated terminology for replicas #173

Open JesKingDev opened 1 year ago

JesKingDev commented 1 year ago

The language used to refer to read-only replicas should be updated to match the official Redis docs and to address problematic language.

I propose using the term replica for all variables, comments, etc. - ex. here

Other terms that should be changed can be found in this inclusive language guide More on the "why" behind this

colinmollenhour commented 1 year ago

No objections to your proposal, Jessica. Please provide a PR that doesn't introduce any compatibility issues. -Thanks