Install Redis Caching for Magento

From Brian Nelson Ramblings
Revision as of 15:12, 24 December 2013 by Brian (Talk | contribs) (Created page with "==Install Redis Caching for Magento== How to install redis for backend caching? You see alot of talk about using apc and memcached for Magento caching, but if you are lookin...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Install Redis Caching for Magento

How to install redis for backend caching? You see alot of talk about using apc and memcached for Magento caching, but if you are looking for a more stable caching, then redis is for you.

1) Install Redis and phpRedis

This can be done using yum, which makes this step pretty easy.

yum install redis php-pecl-redis
service redis start
chkconfig redis on

Now to verify that redis is chkconfig on

chkconfig --list redis

2) Install

3) Install

4) Configure Magento to use Redis