<?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: tell redis db to not persist	</title>
	<atom:link href="https://nerdpress.org/2011/10/27/tell-redis-db-to-not-persist/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org/2011/10/27/tell-redis-db-to-not-persist/</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 25 Jul 2014 18:58:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Jason		</title>
		<link>https://nerdpress.org/2011/10/27/tell-redis-db-to-not-persist/#comment-103370</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Fri, 25 Jul 2014 18:58:04 +0000</pubDate>
		<guid isPermaLink="false">https://nerdpress.org/?p=1915#comment-103370</guid>

					<description><![CDATA[Or.. in your /etc/redis/conf.d/local.conf file, add:

SAVE &quot;&quot;

This will clobber any RDB save commands previously set.  I prefer not to touch the redis.conf file and creating my own local.conf to overload.]]></description>
			<content:encoded><![CDATA[<p>Or.. in your /etc/redis/conf.d/local.conf file, add:</p>
<p>SAVE &#8220;&#8221;</p>
<p>This will clobber any RDB save commands previously set.  I prefer not to touch the redis.conf file and creating my own local.conf to overload.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
