From 490bae070a5e6ba63fa5fe637737012aa0284f09 Mon Sep 17 00:00:00 2001 From: Zach McCoy <280974+zmccoy@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:55:21 -0600 Subject: [PATCH] Fix typo Just fixing a typo of 'do deliver' to be 'to deliver' --- .../oss_and_stack/management/optimization/benchmarks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/oss_and_stack/management/optimization/benchmarks/index.md b/content/operate/oss_and_stack/management/optimization/benchmarks/index.md index 18e7090015..99740d37c0 100644 --- a/content/operate/oss_and_stack/management/optimization/benchmarks/index.md +++ b/content/operate/oss_and_stack/management/optimization/benchmarks/index.md @@ -124,7 +124,7 @@ in order to read each command from every client. Also RTT is paid as well. Redis supports [pipelining](/topics/pipelining), so it is possible to send multiple commands at once, a feature often exploited by real world applications. Redis pipelining is able to dramatically improve the number of operations per -second a server is able do deliver. +second a server is able to deliver. This is an example of running the benchmark in a MacBook Air 11" using a pipelining of 16 commands: