<?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: The Wonders and Simplicity of Redis Sets</title>
	<atom:link href="http://nerderati.com/2010/02/the-wonders-and-simplicity-of-redis-sets/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerderati.com/2010/02/the-wonders-and-simplicity-of-redis-sets/</link>
	<description>You&#039;re probably not nerdy enough.</description>
	<lastBuildDate>Thu, 09 Feb 2012 00:16:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Josh</title>
		<link>http://nerderati.com/2010/02/the-wonders-and-simplicity-of-redis-sets/comment-page-1/#comment-24</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 21 Mar 2010 21:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://nerderati.com/?p=199#comment-24</guid>
		<description>If I was storing a list of arbitrary key/values in redis and then wanted to get a grouped return on the intersection of a bunch of k/vs on all the data, could you do that easily with Redis?

For example, if I had various a=1, b=2, c=5, d=89, e=78 etc (different attributes and values, some the same, millions of times) and wanted to get a grouped resultset of (a=1, c=5, re=45) returned where all those elements that match all three are grouped together then all elements that match just 2 and then finally all that match just one, can Redis do that?</description>
		<content:encoded><![CDATA[<p>If I was storing a list of arbitrary key/values in redis and then wanted to get a grouped return on the intersection of a bunch of k/vs on all the data, could you do that easily with Redis?</p>
<p>For example, if I had various a=1, b=2, c=5, d=89, e=78 etc (different attributes and values, some the same, millions of times) and wanted to get a grouped resultset of (a=1, c=5, re=45) returned where all those elements that match all three are grouped together then all elements that match just 2 and then finally all that match just one, can Redis do that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

