Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Advanced Redis Techniques

Advanced Redis Techniques

Talk given at the Las Vegas Ruby Group.

Avatar for Russ Smith

Russ Smith

March 13, 2013
Tweet

Other Decks in Programming

Transcript

  1. Redis is an open source, BSD licensed, advanced key-value store.

    It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.