Date: April 01, 2012
Demonstrates using Redis as an in-memory data store for sorting World of Warcraft auction house data retrieved from Battle.net API. Uses YAJL for fast JSON parsing, stores auction data in Redis sorted sets for quick lookup by item, and showcases Redis alongside MongoDB in NoSQL applications.