colinmollenhour / Cm_Cache_Backend_Redis

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

1.10 ERR invalid password #121

Closed luckyraul closed 6 years ago

luckyraul commented 7 years ago

after update to 1.10 I got

CredisException
ERR invalid password

With same config 1.9 works normally with password

Xon commented 7 years ago

Do you have a line number (or partial stack trace) associated with that error?

luckyraul commented 7 years ago

@Xon actually no

It was attempt to clear cache via n98 after deploy

luckyraul commented 7 years ago

https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/blob/master/Cm/Cache/Backend/Redis.php#L353

I guess this is it

luckyraul commented 7 years ago

check pull request for fix