<?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: Testing with Redis</title>
	<atom:link href="http://lucasjosh.com/blog/2009/03/18/testing-with-redis/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasjosh.com/blog/2009/03/18/testing-with-redis/</link>
	<description></description>
	<lastBuildDate>Sat, 02 Jan 2010 17:56:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: josh</title>
		<link>http://lucasjosh.com/blog/2009/03/18/testing-with-redis/comment-page-1/#comment-719</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 18 Mar 2009 19:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=265#comment-719</guid>
		<description>Thanks for that, Ezra!  I do admit that I didn&#039;t look really far so I&#039;ll give that a try and it will probably make things much cleaner.

Really appreciate the work you&#039;ve done on the client library.  It&#039;s made things so easy.</description>
		<content:encoded><![CDATA[<p>Thanks for that, Ezra!  I do admit that I didn&#8217;t look really far so I&#8217;ll give that a try and it will probably make things much cleaner.</p>
<p>Really appreciate the work you&#8217;ve done on the client library.  It&#8217;s made things so easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezra</title>
		<link>http://lucasjosh.com/blog/2009/03/18/testing-with-redis/comment-page-1/#comment-718</link>
		<dc:creator>Ezra</dc:creator>
		<pubDate>Wed, 18 Mar 2009 19:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=265#comment-718</guid>
		<description>Redis has built in support for multipel databases. So just use the redis.select(5)  api to select a different db then your main one which defaults to 0. See the specs in redis-rb for how I do this to run the specs on db 15. Redis is default compiled with support for 15 database with numeric indexes and you just select which db to use.</description>
		<content:encoded><![CDATA[<p>Redis has built in support for multipel databases. So just use the redis.select(5)  api to select a different db then your main one which defaults to 0. See the specs in redis-rb for how I do this to run the specs on db 15. Redis is default compiled with support for 15 database with numeric indexes and you just select which db to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
