<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Magento REDIS : system, session and full page cache management solution	</title>
	<atom:link href="https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Tue, 08 Dec 2015 20:32:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>
		By: Richard		</title>
		<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-273087</link>

		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Tue, 08 Dec 2015 20:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1308#comment-273087</guid>

					<description><![CDATA[Hello,

Just thought I would let people know that this guide works well. I have followed this guide and have been able to achieve under 1 second full page load time and under 120ms TTFB on Magento 1.9.2.2 with 300,000 products. Hosting within our own cloud - quad core virtual machine with 30k iops ssd and 8gb ram.

I have also optimised MySQL and CentOS operating system.

Richard Leishman]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>Just thought I would let people know that this guide works well. I have followed this guide and have been able to achieve under 1 second full page load time and under 120ms TTFB on Magento 1.9.2.2 with 300,000 products. Hosting within our own cloud &#8211; quad core virtual machine with 30k iops ssd and 8gb ram.</p>
<p>I have also optimised MySQL and CentOS operating system.</p>
<p>Richard Leishman</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sheikhfarhan		</title>
		<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-273028</link>

		<dc:creator><![CDATA[sheikhfarhan]]></dc:creator>
		<pubDate>Mon, 14 Sep 2015 02:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1308#comment-273028</guid>

					<description><![CDATA[Yup.. Got it. Thank you!

Have managed to setup multiple instance/server for the redis.. Though Lesti FPC will have to wait after i have installed the new theme to see if both played nice.

Any tips on how best to maintain (using cron) the data/sessions size files..? Do you think we need to run the Garbage Collection Script as per Colin&#039;s?]]></description>
			<content:encoded><![CDATA[<p>Yup.. Got it. Thank you!</p>
<p>Have managed to setup multiple instance/server for the redis.. Though Lesti FPC will have to wait after i have installed the new theme to see if both played nice.</p>
<p>Any tips on how best to maintain (using cron) the data/sessions size files..? Do you think we need to run the Garbage Collection Script as per Colin&#8217;s?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-273024</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Thu, 10 Sep 2015 09:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1308#comment-273024</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-273023&quot;&gt;sheikhfarhan&lt;/a&gt;.

You certainly need Cm_redis_session for magento session data. Unless there is a specific feature you want from the latest release version of redis I would go with the packaged version for your unix distro.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-273023">sheikhfarhan</a>.</p>
<p>You certainly need Cm_redis_session for magento session data. Unless there is a specific feature you want from the latest release version of redis I would go with the packaged version for your unix distro.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sheikhfarhan		</title>
		<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-273023</link>

		<dc:creator><![CDATA[sheikhfarhan]]></dc:creator>
		<pubDate>Wed, 09 Sep 2015 02:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1308#comment-273023</guid>

					<description><![CDATA[Hi there.. am about to embark on optimising my server and magento store. And one of the to-do list is getting redis up and running and would be using your walk-through as guide closely! Thanking in advance for writing such a great post!

I was about to get php redis installed to play a part for php session. i do not see it being part of your set-up.. is it a redundant step if we were to to use Cm_redis session?

Question: current stable redis version is 3.0.x ,so you think it is better to install through its source binary or apt? what do u think? redis server via apt wold take quite awhile to reach the source version..

Cheers!]]></description>
			<content:encoded><![CDATA[<p>Hi there.. am about to embark on optimising my server and magento store. And one of the to-do list is getting redis up and running and would be using your walk-through as guide closely! Thanking in advance for writing such a great post!</p>
<p>I was about to get php redis installed to play a part for php session. i do not see it being part of your set-up.. is it a redundant step if we were to to use Cm_redis session?</p>
<p>Question: current stable redis version is 3.0.x ,so you think it is better to install through its source binary or apt? what do u think? redis server via apt wold take quite awhile to reach the source version..</p>
<p>Cheers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Steve Robbins		</title>
		<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-272998</link>

		<dc:creator><![CDATA[Steve Robbins]]></dc:creator>
		<pubDate>Fri, 21 Aug 2015 16:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1308#comment-272998</guid>

					<description><![CDATA[Great article.  And thanks for the shoutout!]]></description>
			<content:encoded><![CDATA[<p>Great article.  And thanks for the shoutout!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-272979</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Tue, 18 Aug 2015 07:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1308#comment-272979</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-272965&quot;&gt;vdee&lt;/a&gt;.

You modify the default phpRedisAdmin view by editing the phpRedisAdmin config file at ./phpRedisAdmin/includes/config.inc.php]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-272965">vdee</a>.</p>
<p>You modify the default phpRedisAdmin view by editing the phpRedisAdmin config file at ./phpRedisAdmin/includes/config.inc.php</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vdee		</title>
		<link>https://blog.gaiterjones.com/magento-redis-system-session-and-full-page-cache-management-solution/#comment-272965</link>

		<dc:creator><![CDATA[vdee]]></dc:creator>
		<pubDate>Mon, 17 Aug 2015 20:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1308#comment-272965</guid>

					<description><![CDATA[Hi, great post. Thanks a lot.
We were able to navigate all steps, except the configuration of phpRedisAdmin to show the three working instances. 

Which file exactly in phpRedisAdmin do we have to modify and what is to be modified so that we can get the three instances of redis servers visible.

Lookforward to your reply. Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi, great post. Thanks a lot.<br />
We were able to navigate all steps, except the configuration of phpRedisAdmin to show the three working instances. </p>
<p>Which file exactly in phpRedisAdmin do we have to modify and what is to be modified so that we can get the three instances of redis servers visible.</p>
<p>Lookforward to your reply. Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
