31 Nothing speaks better than code examples, here you are:
<h2><a name=
"Java">Java
</a></h2><h3><a name=
"Twayis">Twayis
</a></h3> <br/><br/>A Java clone of
<b>Retwis
</b> showcase integration between the
<a href=
"http://www.playframework.org/" target=
"_blank">Play! framework
</a> and Redis
<a href=
"http://code.google.com/p/twayis/" target=
"_blank">Google Code Project Page
</a><h2><a name=
"PHP">PHP
</a></h2><h3><a name=
"Retwis">Retwis
</a></h3>A PHP Twitter clone, the original example of Redis capabilities. With a
<a href=
"http://retwis.antirez.com/" target=
"_blank">live demo
</a>, and an
<a href=
"http://code.google.com/p/redis/wiki/TwitterAlikeExample" target=
"_blank">article explaining it design
</a>. You can find the code in the Downloads tab.
<h2><a name=
"Ruby">Ruby
</a></h2><h3><a name=
"twatcher-lite">twatcher-lite
</a></h3>A simplied version of the application running
<a href=
"http://twatcher.com/" target=
"_blank">http://twatcher.com/
</a> from Mirko Froehlich (
<a href=
"http://twitter.com/digitalhobbit" target=
"_blank">@digitalhobbit
</a>) with a full blog post explaining its development at
<a href=
"http://www.digitalhobbit.com/2009/11/08/building-a-twitter-filter-with-sinatra-redis-and-tweetstream/" target=
"_blank"> Building a Twitter Filter With Sinatra, Redis, and TweetStream
</a><h3><a name=
"Resque">Resque
</a></h3>The
"simple
" Redis-based queue behind Github background jobs, that replaced SQS, Starling, ActiveMessaging, BackgroundJob, DelayedJob, and Beanstalkd. Developed by Chris Wanstrath (
<a href=
"http://twitter.com/defunkt" target=
"_blank">@defunkt
</a>) the code is at
<a href=
"http://github.com/defunkt/resque" target=
"_blank">http://github.com/defunkt/resque
</a>, be sure to read
<a href=
"http://github.com/blog/542-introducing-resque" target=
"_blank">the introduction
</a><h3><a name=
"Retwis-rb">Retwis-rb
</a></h3>A port of
<b>Retwis
</b> to Ruby and
<a href=
"http://www.sinatrarb.com/" target=
"_blank">Sinatra
</a> written by Daniel Lucraft (
<a href=
"http://twitter.com/DanLucraft" target=
"_blank">@DanLucraft
</a>) Full source code is available at
<a href=
"http://github.com/danlucraft/retwis-rb" target=
"_blank">http://github.com/danlucraft/retwis-rb
</a><h3><a name=
"scanty-redis">scanty-redis
</a></h3>Scanty is
<i>minimal
</i> blogging software developed by Adam Wiggins (
<a href=
"http://twitter.com/hirodusk" target=
"_blank">@hirodusk
</a>) It is not a blogging engine, but it
â\80\99s small and easy to modify, so it could be the starting point for your blog.
<a href=
"http://github.com/adamwiggins/scanty-redis" target=
"_blank">This fork
</a> is modified to use Redis, a full featured key-value database, instead of SQL.
<h3><a name=
"Note Taking">Note Taking
</a></h3>A
<i>very simple
</i> note taking example of Ruby and Redis application using
<a href=
"http://www.sinatrarb.com/" target=
"_blank">Sinatra
</a>. Developed by Pieter Noordhuis
<a href=
"http://twitter.com/pnoordhuis" target=
"_blank">@pnoordhuis
</a>, you can check the code at
<a href=
"http://gist.github.com/86714" target=
"_blank">http://gist.github.com/
86714</a>