From 9d41de795ae047bf1f3e1b6481d63905a23c4369 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Wed, 9 Sep 2020 19:18:05 -0700 Subject: [PATCH] Mention about testing using redis cluster in CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24d3e00..4ea7ea3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,6 +45,7 @@ Thank you! We'll try to respond as quickly as possible. 6. Create a new pull request Please try to keep your pull request focused in scope and avoid including unrelated commits. +Please run tests against redis cluster locally with `--redis_cluster` flag to ensure that code works for Redis cluster. TODO: Run tests using Redis cluster on CI. After you have submitted your pull request, we'll try to get back to you as soon as possible. We may suggest some changes or improvements.