From 0601d453ff3aa1edfd9f913469ff0ca5b60133f5 Mon Sep 17 00:00:00 2001 From: Jungtaek Lim Date: Mon, 20 Oct 2014 00:02:44 +0900 Subject: [PATCH] Jedis unit tests works with 'latest' unstable branch --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e73c0ea..56d7b53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Please add unit tests in order to prove your modification works smoothly. And pl # Jedis Test Environment -Jedis unit tests run with [```Redis unstable branch```](https://github.com/antirez/redis). +Jedis unit tests run with latest [```Redis unstable branch```](https://github.com/antirez/redis). Please let them prepared and installed. Jedis unit tests use many Redis instances, so we use ```Makefile``` to prepare environment.