Look ma, no database!

By Martin Perez

Redis is often perceived as caching middleware, and there are few public case studies about how Redis can be used as your main data store. However, there are several advantages implicit to using Redis as a store, such as its simplicity and concurrency model. In this talk I explain how we run a very busy (billions of transactions) service that provides feature toggles to many microservices within the Webex suite of products using just Redis as its main data store.