Merge pull request #7972 from qhwdw/tr225

Translating by qhwdw
This commit is contained in:
Vic Yu 2018-03-02 20:35:58 +08:00 committed by GitHub
commit 300dc9148f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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].