steverobbins / Magento-Redismanager

Superuser control for Redis in Magento
137 stars 31 forks source link

Fixing PHP notices for Microsoft Azure Redis #14

Closed michalbiarda closed 9 years ago

michalbiarda commented 9 years ago

Microsoft Azure Redis doesn't provide all the info data that the module is using. Because of that some of the $info array keys are undefined. A few isset() fixes the issue.

steverobbins commented 9 years ago

@michalbiarda Thanks!

michalbiarda commented 9 years ago

@steverobbins You're welcome. Great extension BTW!