From 73ae8fbc658a19d616fb7ff5dd22076d3281be26 Mon Sep 17 00:00:00 2001 From: pagarsky <36376725+pagarsky@users.noreply.github.com> Date: Fri, 8 Oct 2021 23:55:29 +0300 Subject: [PATCH] Docs: Fix typos (#1158) --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index 6520f6c1d..7cc9d0880 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -44,7 +44,7 @@ its own task. This had a few surprising side-effects: -1. aioredis Pipelines where much slower that redis-py Pipelines. +1. aioredis Pipelines were much slower than redis-py Pipelines. 2. An exception in one command didn't necessarily halt execution of the Pipeline. 3. We weren't taking full advantage of Redis's Multi/Bulk protocol. 4. We could potentially overload Redis with too many individual commands at once.