This document summarizes Mark Cotner's presentation on Redis and Ohm at the Atlanta Ruby Users Group on June 9, 2010. It provides an overview of Redis as a data store beyond simple key-value with additional data structures like hashes, lists, sets and more. It discusses the Redis community, common patterns used with Redis like publish/subscribe and producer/consumer, and Ruby libraries that interf
