<?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: Flushing memcached servers the easy way</title>
	<atom:link href="http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/</link>
	<description>will.thoughts.pop</description>
	<lastBuildDate>Tue, 12 Jan 2010 17:04:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flushing memcached servers from Ruby @ Will&#8217;s Web Miscellany</title>
		<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/comment-page-1/#comment-88315</link>
		<dc:creator>Flushing memcached servers from Ruby @ Will&#8217;s Web Miscellany</dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/?p=335#comment-88315</guid>
		<description>[...] Flushing memcached servers the easy way I highlighted a way to flush a memcached server without restarting [...]</description>
		<content:encoded><![CDATA[<p>[...] Flushing memcached servers the easy way I highlighted a way to flush a memcached server without restarting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca de Marinis</title>
		<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/comment-page-1/#comment-88314</link>
		<dc:creator>Luca de Marinis</dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/?p=335#comment-88314</guid>
		<description>Hi, I noticed that nc hangs (for longer than I cared to check!) after sending the command.. how about adding -w 3 to have it close the socket after 3 seconds of inactivity? (I also tried -q, which looked even better, but sometimes it closed before I could read any answer back)</description>
		<content:encoded><![CDATA[<p>Hi, I noticed that nc hangs (for longer than I cared to check!) after sending the command.. how about adding -w 3 to have it close the socket after 3 seconds of inactivity? (I also tried -q, which looked even better, but sometimes it closed before I could read any answer back)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teo caber</title>
		<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/comment-page-1/#comment-86582</link>
		<dc:creator>teo caber</dc:creator>
		<pubDate>Thu, 12 Nov 2009 15:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/?p=335#comment-86582</guid>
		<description>nice, thx

as sidenote, you can do it throu telnet too:
telnet localhost 11211 
flush_all </description>
		<content:encoded><![CDATA[<p>nice, thx</p>
<p>as sidenote, you can do it throu telnet too:<br />
telnet localhost 11211<br />
flush_all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/comment-page-1/#comment-80657</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 07 Apr 2009 20:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/?p=335#comment-80657</guid>
		<description>You can also use &lt;a href=&quot;http://code.sixapart.com/svn/memcached/trunk/server/scripts/memcached-tool&quot; rel=&quot;nofollow&quot;&gt;this handy script&lt;/a&gt; to get similar results.</description>
		<content:encoded><![CDATA[<p>You can also use <a href="http://code.sixapart.com/svn/memcached/trunk/server/scripts/memcached-tool" rel="nofollow">this handy script</a> to get similar results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/comment-page-1/#comment-80656</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 07 Apr 2009 19:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/?p=335#comment-80656</guid>
		<description>Very Nice tip. 
Thanks

you can also telnet to memcached and run many command such as stats

$ telnet localhost 11211
  
stats</description>
		<content:encoded><![CDATA[<p>Very Nice tip.<br />
Thanks</p>
<p>you can also telnet to memcached and run many command such as stats</p>
<p>$ telnet localhost 11211</p>
<p>stats</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shai</title>
		<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/comment-page-1/#comment-74855</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Tue, 10 Feb 2009 16:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/?p=335#comment-74855</guid>
		<description>Genius Post! gotta &lt;3 it. :)</description>
		<content:encoded><![CDATA[<p>Genius Post! gotta &lt;3 it. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://willj.net/2008/06/10/flushing-memcached-servers-the-easy-way/comment-page-1/#comment-55070</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://willj.net/blog/?p=335#comment-55070</guid>
		<description>Nice Will. How about adding memcached:flush to the eycap gem? :-)</description>
		<content:encoded><![CDATA[<p>Nice Will. How about adding memcached:flush to the eycap gem? :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
