summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJose Toro <josetoro@google.com>2022-02-15 12:10:24 +0100
committerGitHub <noreply@github.com>2022-02-15 13:10:24 +0200
commit9a02bfd569c632e3563ad4c4af1f363174ec1af8 (patch)
treeec9c99d50e2fb2ecf36c66b5615cfc6ec732afe7 /README.md
parentd6fad87fab5275125556ff4db6a3a66f596ebb12 (diff)
downloadredis-py-9a02bfd569c632e3563ad4c4af1f363174ec1af8.tar.gz
Fix typo in readme (#1936)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 867f921..f35c7bb 100644
--- a/README.md
+++ b/README.md
@@ -1203,7 +1203,7 @@ Please note:
- The pipeline gets its 'read_from_replicas' value from the cluster's parameter.
Thus, if read from replications is enabled in the cluster instance, the pipeline
will also direct read commands to replicas.
-- The 'transcation' option is NOT supported in cluster-mode. In non-cluster mode,
+- The 'transaction' option is NOT supported in cluster-mode. In non-cluster mode,
the 'transaction' option is available when executing pipelines. This wraps the
pipeline commands with MULTI/EXEC commands, and effectively turns the pipeline
commands into a single transaction block. This means that all commands are