Redis is a simple yet incredibly powerful and wicked fast key-value database. Following an asynchronous storage model it kicks ACID out the door, focussing solely on data, speed and high throughput. Like Memcached it supports a range of basic datatypes, including strings, lists and sets, with the latter supporting atomic operations on their contents.