From 628157512aab3134e163ca5c3163080ae369e458 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Sat, 10 Feb 2018 19:23:25 +0800 Subject: [PATCH] Redis at Deliveroo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da5174..57ab386 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ A curated list of selected readings to illustrate Scalability, Availability, and #### Community Power > Contributions are greatly welcome! You may want to take a look at the [contribution guidelines](CONTRIBUTING.md). -> -> If you find this project helpful, [you can click here to share it with more people!](https://ctt.ec/V8B2p) Thank you very much :heart: + +> If you find this project helpful, [please help me share it on Twitter!](https://ctt.ec/V8B2p) Thank you very much :heart: ## Contents - [Principles](#principles) @@ -191,6 +191,8 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [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/) + * [Optimizing Session Key Storage in Redis at Deliveroo](https://deliveroo.engineering/2016/10/07/optimising-session-key-storage.html) + * [Optimizing Redis Storage at Deliveroo](https://deliveroo.engineering/2017/01/19/optimising-membership-queries.html) * [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/)