Redis is a NoSQL database that sits nicely in between simple key-value stores like Memcached and document databases like MongoDB. Redis and PHP go very well together, from augmenting your existing app to building a new app from the ground up using Redis exclusively. We'll cover a short intro to the Redis feature set and several "cookbook" style PHP strategies to get some quick performance boosts.