`|Redis Documentation| `_ **ProgrammingExamples: Contents**   `Programming Examples (DRAFT) <#Programming%20Examples%20(DRAFT)>`_     `TODO <#TODO>`_     `Java <#Java>`_       `Twayis <#Twayis>`_     `PHP <#PHP>`_       `Retwis <#Retwis>`_     `Ruby <#Ruby>`_       `twatcher-lite <#twatcher-lite>`_       `Resque <#Resque>`_       `Retwis-rb <#Retwis-rb>`_       `scanty-redis <#scanty-redis>`_       `Note Taking <#Note%20Taking>`_ ProgrammingExamples =================== Programming Examples (DRAFT) ============================ TODO ---- - Add `http://github.com/jodosha/redis-store `_ Nothing speaks better than code examples, here you are: Java ---- Twayis ~~~~~~ A Java clone of **Retwis** showcase integration between the `Play! framework `_ and Redis `Google Code Project Page `_ PHP --- Retwis ~~~~~~ A PHP Twitter clone, the original example of Redis capabilities. With a `live demo `_, and an `article explaining it design `_. You can find the code in the Downloads tab. Ruby ---- twatcher-lite ~~~~~~~~~~~~~ A simplied version of the application running `http://twatcher.com/ `_ from Mirko Froehlich (`@digitalhobbit `_) with a full blog post explaining its development at `Building a Twitter Filter With Sinatra, Redis, and TweetStream `_ Resque ~~~~~~ The "simple" Redis-based queue behind Github background jobs, that replaced SQS, Starling, ActiveMessaging, BackgroundJob, DelayedJob, and Beanstalkd. Developed by Chris Wanstrath (`@defunkt `_) the code is at `http://github.com/defunkt/resque `_, be sure to read `the introduction `_ Retwis-rb ~~~~~~~~~ A port of **Retwis** to Ruby and `Sinatra `_ written by Daniel Lucraft (`@DanLucraft `_) Full source code is available at `http://github.com/danlucraft/retwis-rb `_ scanty-redis ~~~~~~~~~~~~ Scanty is *minimal* blogging software developed by Adam Wiggins (`@hirodusk `_) It is not a blogging engine, but itâ��s small and easy to modify, so it could be the starting point for your blog. `This fork `_ is modified to use Redis, a full featured key-value database, instead of SQL. Note Taking ~~~~~~~~~~~ A *very simple* note taking example of Ruby and Redis application using `Sinatra `_. Developed by Pieter Noordhuis `@pnoordhuis `_, you can check the code at `http://gist.github.com/86714 `_ .. |Redis Documentation| image:: redis.png