README.markdown in defunkt-redis-0.2 vs README.markdown in defunkt-redis-0.2.1

- old
+ new

@@ -8,9 +8,11 @@ 1. It's fast. 2. Keys are strings but values can have types of "NONE", "STRING", "LIST", or "SET". List's can be atomically push'd, pop'd, lpush'd, lpop'd and indexed. This allows you to store things like lists of comments under one key while retaining the ability to append comments without reading and putting back the whole list. See [redis on code.google.com](http://code.google.com/p/redis/wiki/README) for more information. +See the build on [RunCodeRun](http://runcoderun.com/rsanheim/redis-rb) + ## Dependencies 1. rspec - sudo gem install rspec \ No newline at end of file