From 0b397d427a5cfbe285a984592e2184f188991e3d Mon Sep 17 00:00:00 2001 From: qhwdw Date: Fri, 2 Mar 2018 20:19:24 +0800 Subject: [PATCH] Translating by qhwdw --- .../20171207 Concurrent Servers- Part 5 - Redis case study.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20171207 Concurrent Servers- Part 5 - Redis case study.md b/sources/tech/20171207 Concurrent Servers- Part 5 - Redis case study.md index 823db314c5..1205fa643d 100644 --- a/sources/tech/20171207 Concurrent Servers- Part 5 - Redis case study.md +++ b/sources/tech/20171207 Concurrent Servers- Part 5 - Redis case study.md @@ -1,3 +1,4 @@ +Translating by qhwdw Concurrent Servers: Part 5 - Redis case study ====== This is part 5 in a series of posts on writing concurrent network servers. After discussing techniques for constructing concurrent servers in parts 1-4, this time we're going to do a case study of an existing production-quality server - [Redis][10].