fixed another small typo

This commit is contained in:
Jonathan Leibiusky
2010-10-08 08:49:16 -03:00
parent 8bbd1f301c
commit 3b880bba43

View File

@@ -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!