The first action is to do the baseline latency measurement:
- Before you put the Redis service online, run an intrinsic-latency test on the host where the Redis Server is running:
$ bin/redis-cli --intrinsic-latency 60 Max latency so far: 1 microseconds. Max latency so far: 8 microseconds. Max latency so far: 21 microseconds. Max latency so far: 29 microseconds. Max latency so far: 38 microseconds. Max latency so far: 39 microseconds. Max latency so far: 40 microseconds. Max latency so far: 44 microseconds. Max latency so far: 56 microseconds. 1867256801 total runs (avg latency: 0.0321 microseconds / 32.13 nanoseconds per run). Worst run took 1743x longer than the average latency.
- Another form of latency you should measure ...