pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
225 stars 67 forks source link

update fallback CACHE_PORT and CACHE_PASSWORD values #428

Closed jazzsequence closed 1 year ago

jazzsequence commented 1 year ago

Fixes the object-cache.php CACHE_PORT and CACHE_PASSWORD fallback values that were changes in the mix for #400.

Uses the values that were originally proposed in #360 by @timnolte

fixes #359 closes #360

timnolte commented 1 year ago

@jazzsequence I've already made this fixes in my PR related to the issue #359 that I opened.

jazzsequence commented 1 year ago

@timnolte Circle can't run the automated tests on PRs from outside contributors so I've moved your changes over here.

jazzsequence commented 1 year ago

Fixed in #360