Installing Redis on Ubuntu

Redis is an open source, advanced key-value store. Installing it on Linux debian platforms is pretty easy. There are two ways of getting this done, one is perhaps an easy and less verbose method and it involves using an alternative repository Dotdeb. A while ago I had posted a tutorial about installing redis from the googlecode repo, but things have changed since then and here I post a fairly latest way of installing it.
Read more →

Auto Complete with Redis (Python)

Read more →

How to set up Redis in Ubuntu Linux

Redis is an open source, advanced key-value store, and is quickly picking up momentum in real-time software development , it is now a well known and trusted product and can be used in various problem scenarios as a No SQL implementation. Redis is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. Here is quick guide to Install Redis in Ubuntu 10.
Read more →