<?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: Memcache的备忘</title>
	<atom:link href="http://www.ooso.net/archives/428/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/archives/428</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Wed, 11 Jan 2012 15:01:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Volcano</title>
		<link>http://www.ooso.net/archives/428/comment-page-1#comment-24564</link>
		<dc:creator>Volcano</dc:creator>
		<pubDate>Wed, 23 Jul 2008 08:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/428#comment-24564</guid>
		<description>是不是可以考虑用用memcached-tag?
http://memcached-tag.googlecode.com/</description>
		<content:encoded><![CDATA[<p>是不是可以考虑用用memcached-tag?<br />
<a href="http://memcached-tag.googlecode.com/" rel="nofollow">http://memcached-tag.googlecode.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jipeng</title>
		<link>http://www.ooso.net/archives/428/comment-page-1#comment-24563</link>
		<dc:creator>Jipeng</dc:creator>
		<pubDate>Wed, 23 Jul 2008 07:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/428#comment-24563</guid>
		<description>当缓存了大量的数据时,我想更新其中的一部分.但不是每个键名都知道.不知有什么好的解决方案没有?
要是一次可以删除一组KEY前缀一样的的缓存就好了.</description>
		<content:encoded><![CDATA[<p>当缓存了大量的数据时,我想更新其中的一部分.但不是每个键名都知道.不知有什么好的解决方案没有?<br />
要是一次可以删除一组KEY前缀一样的的缓存就好了.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/archives/428/comment-page-1#comment-24158</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Thu, 03 Jul 2008 07:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/428#comment-24158</guid>
		<description>memcache本身就可以用zlib压缩之后再存进去，这样get的时候就不用解压了
&lt;blockquote&gt;bool Memcache::set ( string $key, mixed $var [, int $flag [, int $expire]] )

flag
Use MEMCACHE_COMPRESSED to store the item compressed (uses zlib). &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>memcache本身就可以用zlib压缩之后再存进去，这样get的时候就不用解压了</p>
<blockquote><p>bool Memcache::set ( string $key, mixed $var [, int $flag [, int $expire]] )</p>
<p>flag<br />
Use MEMCACHE_COMPRESSED to store the item compressed (uses zlib). </p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: xLight</title>
		<link>http://www.ooso.net/archives/428/comment-page-1#comment-24154</link>
		<dc:creator>xLight</dc:creator>
		<pubDate>Thu, 03 Jul 2008 06:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/428#comment-24154</guid>
		<description>gz压缩一下再塞进memcache也不错的。我就这么干的。效率还不错。</description>
		<content:encoded><![CDATA[<p>gz压缩一下再塞进memcache也不错的。我就这么干的。效率还不错。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

