huguesalary / Magento-Varnish

This Magento extension provides a Real Full Page Caching for Magento powered by Varnish with support of Session-Based information caching (Cart, Customer Accounts, ...) via ESI includes
Other
95 stars 18 forks source link

Redis does not appear to save keys #19

Open duffybelfield opened 11 years ago

duffybelfield commented 11 years ago

Running through the debugger and tcp dump, the keys are being sent to redis but unfortunately redis doesn't appear to be storing the keys :(

Redis working fine for the other CM_RedisSession module.

Any ideas?