From 4a7d1ef9c0a54e8aa607778a0edd384e70658c27 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 21 Mar 2024 15:18:01 +0100 Subject: [PATCH] tests/README.md: s/redis/redict/ --- tests/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/README.md b/tests/README.md index 1aa98dc9f..0550966f8 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,8 +1,8 @@ -Redis Test Suite -================ +Redict Test Suite +================= The normal execution mode of the test suite involves starting and manipulating -local `redis-server` instances, inspecting process state, log files, etc. +local `redict-server` instances, inspecting process state, log files, etc. The test suite also supports execution against an external server, which is enabled using the `--host` and `--port` parameters. When executing against an @@ -16,7 +16,7 @@ match different external server configurations: | `--singledb` | Only use database 0, don't assume others are supported. | | `--ignore-encoding` | Skip all checks for specific encoding. | | `--ignore-digest` | Skip key value digest validations. | -| `--cluster-mode` | Run in strict Redis Cluster compatibility mode. | +| `--cluster-mode` | Run in strict Redict Cluster compatibility mode. | | `--large-memory` | Enables tests that consume more than 100mb | Tags