<?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: Memcached: List all keys</title>
	<atom:link href="http://www.darkcoding.net/software/memcached-list-all-keys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darkcoding.net/software/memcached-list-all-keys/</link>
	<description>Solvitas perambulum</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:12:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: vikas</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-1111</link>
		<dc:creator>vikas</dc:creator>
		<pubDate>Tue, 06 Dec 2011 09:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-1111</guid>
		<description>&lt;p&gt;b stands for value byte size and s is the time value got set. Its in epoch time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>b stands for value byte size and s is the time value got set. Its in epoch time.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Kimble</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-982</link>
		<dc:creator>Billy Kimble</dc:creator>
		<pubDate>Mon, 14 Nov 2011 20:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-982</guid>
		<description>&lt;p&gt;Thanks for this write up. As some others have done, I&#039;ve created a Ruby script to telnet locally and list all of the keys. You can check it out at:&lt;/p&gt;

&lt;p&gt;https://gist.github.com/1365005&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this write up. As some others have done, I&#8217;ve created a Ruby script to telnet locally and list all of the keys. You can check it out at:</p>

<p><a href="https://gist.github.com/1365005" rel="nofollow">https://gist.github.com/1365005</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dumping Memcache Keys - The Developer Day</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-981</link>
		<dc:creator>Dumping Memcache Keys - The Developer Day</dc:creator>
		<pubDate>Thu, 01 Sep 2011 21:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-981</guid>
		<description>&lt;p&gt;[...] first I found a way to dump memcache keys through telnet. However if a memcache instance is fairly large and has a lot of slabs and thousands of keys it [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] first I found a way to dump memcache keys through telnet. However if a memcache instance is fairly large and has a lot of slabs and thousands of keys it [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MCBrowse &#8211; a Java Memcache Browser with Ruby Parsing &#124; Tom Russell &#8211; A Ruby/Rails Developer</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-980</link>
		<dc:creator>MCBrowse &#8211; a Java Memcache Browser with Ruby Parsing &#124; Tom Russell &#8211; A Ruby/Rails Developer</dc:creator>
		<pubDate>Sun, 22 May 2011 10:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-980</guid>
		<description>&lt;p&gt;[...] Java developer, so some of the code is likely to be horrific :) Thanks go to Graham King for his explanation on his blog of how to access all keys from [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Java developer, so some of the code is likely to be horrific :) Thanks go to Graham King for his explanation on his blog of how to access all keys from [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-979</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 05 May 2011 11:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-979</guid>
		<description>&lt;p&gt;Here&#039;s a PHP version I created:&lt;/p&gt;

&lt;p&gt;http://snipt.org/xtP&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a PHP version I created:</p>

<p><a href="http://snipt.org/xtP" rel="nofollow">http://snipt.org/xtP</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: MCBrowse &#8211; a Java Memcache Browser with Ruby Parsing &#171; Tom Russell &#8211; A Ruby/Rails Developer</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-978</link>
		<dc:creator>MCBrowse &#8211; a Java Memcache Browser with Ruby Parsing &#171; Tom Russell &#8211; A Ruby/Rails Developer</dc:creator>
		<pubDate>Mon, 02 May 2011 22:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-978</guid>
		<description>&lt;p&gt;[...] Java developer, so some of the code is likely to be horrific  Thanks go to Graham King for his explanation on his blog of how to access all keys from [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Java developer, so some of the code is likely to be horrific  Thanks go to Graham King for his explanation on his blog of how to access all keys from [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: PlaidCTF Django Challenge writeup (Web 300) &#124; Just 5 Minutes</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-977</link>
		<dc:creator>PlaidCTF Django Challenge writeup (Web 300) &#124; Just 5 Minutes</dc:creator>
		<pubDate>Mon, 25 Apr 2011 06:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-977</guid>
		<description>&lt;p&gt;[...] it took me some time to find a special trick to dump all keys  . And even better, Daniel Rust has made a python library called memcached_stats for feature and [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] it took me some time to find a special trick to dump all keys  . And even better, Daniel Rust has made a python library called memcached_stats for feature and [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Russell</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-976</link>
		<dc:creator>Tom Russell</dc:creator>
		<pubDate>Sun, 13 Feb 2011 14:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-976</guid>
		<description>&lt;p&gt;Hi Graham,&lt;/p&gt;

&lt;p&gt;Thanks for the info on your post, I used it to create a nice (albeit probably quite buggy) Java-based memcache browser.&lt;/p&gt;

&lt;p&gt;http://www.trdev.co.uk/index.php?/archives/5-MCBrowse-a-Java-Memcache-Browser-with-Ruby-Parsing.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Graham,</p>

<p>Thanks for the info on your post, I used it to create a nice (albeit probably quite buggy) Java-based memcache browser.</p>

<p><a href="http://www.trdev.co.uk/index.php?/archives/5-MCBrowse-a-Java-Memcache-Browser-with-Ruby-Parsing.html" rel="nofollow">http://www.trdev.co.uk/index.php?/archives/5-MCBrowse-a-Java-Memcache-Browser-with-Ruby-Parsing.html</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: MCBrowse - a Java Memcache Browser with Ruby Parsing - Tom Russell - A Ruby/Rails developer</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-975</link>
		<dc:creator>MCBrowse - a Java Memcache Browser with Ruby Parsing - Tom Russell - A Ruby/Rails developer</dc:creator>
		<pubDate>Sun, 13 Feb 2011 13:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-975</guid>
		<description>&lt;p&gt;[...] much a beginning Java developer, so it&#039;s likely to be horrific  Thanks go to Graham King for his explanation on his blog of how to access all keys from memcache.  The code is available on github here, released under MIT [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] much a beginning Java developer, so it&#039;s likely to be horrific  Thanks go to Graham King for his explanation on his blog of how to access all keys from memcache.  The code is available on github here, released under MIT [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Rust</title>
		<link>http://www.darkcoding.net/software/memcached-list-all-keys/#comment-974</link>
		<dc:creator>Daniel Rust</dc:creator>
		<pubDate>Sun, 06 Feb 2011 01:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.darkcoding.net/?p=596#comment-974</guid>
		<description>&lt;p&gt;Thanks for the post, inspired me to write an python interface to easily view a list of current keys. You can check it out here: https://github.com/dlrust/python-memcached-stats&lt;/p&gt;

&lt;p&gt;This can be run from any system with python installed (which includes OSX)&lt;/p&gt;

&lt;p&gt;@Daniel, I&#039;ve just used python-memcached-stats, very useful, thanks! - Graham&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the post, inspired me to write an python interface to easily view a list of current keys. You can check it out here: <a href="https://github.com/dlrust/python-memcached-stats" rel="nofollow">https://github.com/dlrust/python-memcached-stats</a></p>

<p>This can be run from any system with python installed (which includes OSX)</p>

<p>@Daniel, I&#8217;ve just used python-memcached-stats, very useful, thanks! &#8211; Graham</p>]]></content:encoded>
	</item>
</channel>
</rss>

