<?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: To Redis or Not To Redis? (Key-Value Stores Part 4)</title>
	<atom:link href="http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 12:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Researching Redis on Rails &#171; High Tech Sorcery</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/comment-page-1/#comment-59306</link>
		<dc:creator>Researching Redis on Rails &#171; High Tech Sorcery</dc:creator>
		<pubDate>Sun, 08 Jan 2012 09:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2148#comment-59306</guid>
		<description>[...] To Redis or Not To Redis? (Key-Value Stores Part 4) &#124; Engine Yard Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] To Redis or Not To Redis? (Key-Value Stores Part 4) | Engine Yard Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/comment-page-1/#comment-47830</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 27 Oct 2010 19:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2148#comment-47830</guid>
		<description>Great link!! </description>
		<content:encoded><![CDATA[<p>Great link!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leah Silber</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/comment-page-1/#comment-19190</link>
		<dc:creator>Leah Silber</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2148#comment-19190</guid>
		<description>Awesome -- thanks for the link! </description>
		<content:encoded><![CDATA[<p>Awesome &#8212; thanks for the link!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JEG2</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/comment-page-1/#comment-19189</link>
		<dc:creator>JEG2</dc:creator>
		<pubDate>Thu, 24 Sep 2009 18:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2148#comment-19189</guid>
		<description>I&#039;ve done a more in-depth series of articles about Redis on my blog:  &lt;a href=&quot;http://blog.grayproductions.net/articles/using_keyvalue_stores_from_ruby&quot; target=&quot;_blank&quot;&gt;http://blog.grayproductions.net/articles/using_ke...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>I&#039;ve done a more in-depth series of articles about Redis on my blog:  <a href="http://blog.grayproductions.net/articles/using_keyvalue_stores_from_ruby" target="_blank">http://blog.grayproductions.net/articles/using_ke&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antirez</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/comment-page-1/#comment-18651</link>
		<dc:creator>antirez</dc:creator>
		<pubDate>Mon, 14 Sep 2009 19:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2148#comment-18651</guid>
		<description>@dubek: there is a trick, the Ruby library is designed in order to put the keys in the same server as long as this keys all have a {soemthing_equal} string, so for instance: 
 
key1{this_are_about_userid_1} and key2{this_are_about_userid_1} are guaranteed to hash the same. 
 
You can find more info about this idea here: &lt;a href=&quot;http://antirez.com/post/Sorting-in-key-value-data-model.html&quot; target=&quot;_blank&quot;&gt;http://antirez.com/post/Sorting-in-key-value-data...&lt;/a&gt; 
 
Hope this helps. 
 
Cheers, 
Salvatore </description>
		<content:encoded><![CDATA[<p>@dubek: there is a trick, the Ruby library is designed in order to put the keys in the same server as long as this keys all have a {soemthing_equal} string, so for instance: </p>
<p>key1{this_are_about_userid_1} and key2{this_are_about_userid_1} are guaranteed to hash the same. </p>
<p>You can find more info about this idea here: <a href="http://antirez.com/post/Sorting-in-key-value-data-model.html" target="_blank">http://antirez.com/post/Sorting-in-key-value-data&#8230;</a> </p>
<p>Hope this helps. </p>
<p>Cheers,<br />
Salvatore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dubek</title>
		<link>http://www.engineyard.com/blog/2009/key-value-stores-for-ruby-part-4-to-redis-or-not-to-redis/comment-page-1/#comment-18623</link>
		<dc:creator>dubek</dc:creator>
		<pubDate>Sun, 13 Sep 2009 13:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2148#comment-18623</guid>
		<description>Note that set operations (for example, intersection) only work if the two sets are on the same Redis server. If you have multiple servers (with consistent hashing), how can you be sure that keywords_gal and keywords_guy are stored on the same server? </description>
		<content:encoded><![CDATA[<p>Note that set operations (for example, intersection) only work if the two sets are on the same Redis server. If you have multiple servers (with consistent hashing), how can you be sure that keywords_gal and keywords_guy are stored on the same server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

