Want to create an interactive transcript for this episode?
Podcast: The Changelog: Software Development, Open Source
Episode: Redis In-Memory Data Store (Interview)
Description: Wynn caught up with Salvatore Sanfilippo to talk about Redis, the super hot key value store.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Featuring:Salvatore Sanfilippo – Website, GitHub, XWynn Netherland – GitHub, XShow Notes:
VMware signs the paychecks for Salvatore and Pieter Noordhuis
Redis is an open source, advanced key-value store and data structure server wherein keys can contain strings, hashes, lists, sets and sorted sets
Redis internals consist of ANSI C with an evented mode...