From 3b880bba431d13f509127b863b56ed506d929cae Mon Sep 17 00:00:00 2001 From: Jonathan Leibiusky Date: Fri, 8 Oct 2010 08:49:16 -0300 Subject: [PATCH] fixed another small typo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa6b043..3b3e9f8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,9 @@ And you are done! That is great! Just fork the project in github. Create a topic branch, write some tests and the feature that you wish to contribute. To run the tests: + - Use the latest redis master branch. + - Run 2 instances of redis using conf files in conf folder. For the tests we use 2 redis servers, one on default port (6379) and the other one on (6380). Both have authentication enabled with default password (foobared). This way we can test both sharding and auth command. Thanks for helping!