Skip to content

Commit

Permalink
Small typo fix in README (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: cpaika <paika.christopher@gmail.com>
  • Loading branch information
cpaika authored Jan 8, 2021
1 parent 18ec006 commit 6f5de11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ The deployment type can be specified with the `REDIS_TYPE` / `REDIS_PERSECOND_TY

## Pipelining

By default, for each request, ratelimit will pick up a connection from pool, wirte multiple redis commands in a single write then reads their responses in a single read. This reduces network delay.
By default, for each request, ratelimit will pick up a connection from pool, write multiple redis commands in a single write then reads their responses in a single read. This reduces network delay.

For high throughput scenarios, ratelimit also support [implicit pipelining](https://github.com/mediocregopher/radix/blob/v3.5.1/pool.go#L238) . It can be configured using the following environment variables:

Expand Down

0 comments on commit 6f5de11

Please sign in to comment.