From 2ee41c725ab5c4d06b989279bbd1d35eeef50028 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Thu, 1 Feb 2018 13:33:40 +0800 Subject: [PATCH] Learn Redis the hard way (in production) at Trivago --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31c53d7..79dc23b 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Moving persistent data out of Redis at Github](https://githubengineering.com/moving-persistent-data-out-of-redis/) * [Storing Hundreds of Millions of Simple Key-Value Pairs in Redis at Instagram](https://engineering.instagram.com/storing-hundreds-of-millions-of-simple-key-value-pairs-in-redis-1091ae80f74c) * [Redis in Chat Architecture of Twitch (from 27:22)](https://www.infoq.com/presentations/twitch-pokemon) + * [Learn Redis the hard way (in production) at Trivago](http://tech.trivago.com/2017/01/25/learn-redis-the-hard-way-in-production/) * [Practical NoSQL resilience design pattern for the enterprise (eBay)](https://www.ebayinc.com/stories/blogs/tech/practical-nosql-resilience-design-pattern-for-the-enterprise/) * [RDBMS (MySQL, MSSQL, PostgreSQL)](https://www.mysql.com/products/cluster/scalability.html) * [MS SQL versus MySQL](https://www.upwork.com/hiring/data/sql-vs-mysql-which-relational-database-is-right-for-you/)