February 2018
Intermediate to advanced
382 pages
11h 33m
English
In the recipe Understanding Redis protocol in Chapter 1, Getting Started with Redis we learned that Redis Clients and servers communicate via the RESP protocol. A typical communication process between the client and the server can be viewed as the following:
The entire time of this process is termed as round-trip time (RTT). As we can see, the time for step 2 and step 3 depends on the Redis Server, while the time for step 1 and step 4 totally depends on the network latency between the client ...
Read now
Unlock full access