of data • Example: the_answer_to_life, it's binary safe • Values represent the actual data associated with the key • They can be anything, strings, integers, serialized objects, binary data
memory • RAM is still the most expensive part of server hardware • Snapshots the database to disk based on how many keys have changed • Alternatively or in addition to snapshotting, it can run in append mode
SncRedisBundle, bundle for Symfony2 (snc/redis- bundle) • phpredis, written in C as a PHP module • Packages for Laravel, Nette and Doctrine Redis Cache
is on redis (2TB of RAM) • WoW: 8 servers with 64GB to serve user avatars • Pinterest: Most of the graph data per user and per board (110 instance) • StackOverflow: Three level of cache (local, site, global, 1.2 TB of data)