Skip to content

Commit 593a25a

Browse files
authored
Fix typo (#840)
Just fixing a typo of 'do deliver' to be 'to deliver'
1 parent 171b141 commit 593a25a

File tree

1 file changed

+1
-1
lines changed
  • content/operate/oss_and_stack/management/optimization/benchmarks

1 file changed

+1
-1
lines changed

content/operate/oss_and_stack/management/optimization/benchmarks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ in order to read each command from every client. Also RTT is paid as well.
124124
Redis supports [pipelining](/topics/pipelining), so it is possible to send
125125
multiple commands at once, a feature often exploited by real world applications.
126126
Redis pipelining is able to dramatically improve the number of operations per
127-
second a server is able do deliver.
127+
second a server is able to deliver.
128128

129129
This is an example of running the benchmark in a MacBook Air 11" using a
130130
pipelining of 16 commands:

0 commit comments

Comments
 (0)