Translating by qhwdw

This commit is contained in:
qhwdw 2018-03-02 20:19:24 +08:00
parent 75237018a1
commit 0b397d427a

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