diff --git a/README.md b/README.md index 0fbe955..3e62035 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,18 @@ More platforms except Windows will be supported in the future. Currently only th ## Usage +Add this library to Maven pom.xml + +````xml + + + io.github.shiyouping + embedded-redis-cluster + 0.0.3 + test + +```` + By default, three master nodes will be created, and the ports of master nodes are 16379, 16380 and 16381. ````