Cache backend #redis #magento (local.xml)
<cache>
<backend>Cm_Cache_Backend_Redis</backend>
<backend_options>
<server>xxx.xxx.xxx.xxx</server>
<port>6379</port>
<persistent></persistent>
<database>2</database>
<password></password>
<force_standalone>0</force_standalone>
<connect_retries>1</connect_retries>
<lifetimelimit>7200</lifetimelimit>
<read_timeout>10</read_timeout>
<compress_data>1</compress_data>
<compress_tags>1</compress_tags>
<compress_data>gzip</compress_data>
</backend_options>
</cache>