<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Tale of Codes</title>
	<atom:link href="http://iccodes.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iccodes.wordpress.com</link>
	<description>Musings from a technologist</description>
	<lastBuildDate>Tue, 06 Apr 2010 22:29:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='iccodes.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Tale of Codes</title>
		<link>http://iccodes.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://iccodes.wordpress.com/osd.xml" title="A Tale of Codes" />
	<atom:link rel='hub' href='http://iccodes.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Redis is great</title>
		<link>http://iccodes.wordpress.com/2009/12/28/redis-is-great/</link>
		<comments>http://iccodes.wordpress.com/2009/12/28/redis-is-great/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 22:28:49 +0000</pubDate>
		<dc:creator>iccodes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://iccodes.wordpress.com/?p=6</guid>
		<description><![CDATA[A few years ago I started using Memcached. I fell in love with it and used it everywhere. The idea of setting a key and a value is so powerful and I&#8217;m surprised how many use cases can be solved  just using Memcached. Alas, its lack of disk persistence was a real killer for using [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iccodes.wordpress.com&#038;blog=13003017&#038;post=6&#038;subd=iccodes&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A few years ago I started using <a href="http://memcached.org/">Memcached</a>. I fell in love with it and used it everywhere. The idea of setting a key and a value is so powerful and I&#8217;m surprised how many use cases can be solved  just using <a href="http://memcached.org/">Memcached</a>. Alas, its lack of disk persistence was a real killer for using <a href="http://memcached.org/">Memcached</a> as a primary data store. This has been addressed by projects like <a href="http://memcachedb.org/">MemcacheDB</a>.</p>
<p><a href="http://code.google.com/p/redis/">Redis</a> was created earlier this year, taking the idea of <a href="http://memcached.org/">Memcached</a>, and adding rich data structures like Lists and Sets making an even more compelling product. <a href="http://code.google.com/p/redis/">Redis</a> also allows you to persist to disk every X minutes or after X number of key changes. There is a new feature called <a title="append only file" href="http://code.google.com/p/redis/wiki/AppendOnlyFileHowto" target="_blank">append only file </a>which will stream write operations to a file and fsync this file every command processed or every second.<a href="http://www.rethinkdb.com"> RethinkDB </a>uses the same concept to improve their database performance.</p>
<p>Redis will soon have the ability to store more data than the ram available in the system, a locking mechanism, and transaction system. With these in place, Redis will become an even more serious replacement for  the RDBMS.</p>
<p>2010 will be a great year. I can&#8217;t wait to see what new applications are powered by <a href="http://code.google.com/p/redis/">Redis</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/iccodes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/iccodes.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=iccodes.wordpress.com&#038;blog=13003017&#038;post=6&#038;subd=iccodes&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://iccodes.wordpress.com/2009/12/28/redis-is-great/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/f13e713cb9e118b877110a93e4084924?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">iccodes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
