retwis-pytor is a Twitter clone based on Redis utilizing the Tornado framework.
>>> python ./retwis.py
* Redis (redis.io)
On Ubuntu/Debian:
$ sudo apt-get install redis-server
$ sudo pip install redis
* Tornado (tornadoweb.org)
$ sudo pip install tornado