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

Annoying notice in system.log #45

Closed sholdowa closed 11 years ago

sholdowa commented 11 years ago

Hi Colin,

On this site, I'm connecting to redis using a named socket, rather than a TCP port. This raises the following in the magento var/log/system.log

Notice: Undefined index: port in .../.modman/Cm_Cache_Backend_Redis/Cm/Cache/Backend/Redis.php on line 96

Nothing important, just fills up the log and makes real errors that bit more difficult to find.

Code is up to date, Magento CE 1.7.0.2.

Cheers,

Steve

colinmollenhour commented 11 years ago

Fixed in 191556198407