Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyouping committed Nov 7, 2022
1 parent 6919c4b commit 1ad2d53
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<dependency>
<groupId>io.github.shiyouping</groupId>
<artifactId>embedded-redis-cluster</artifactId>
<version>0.0.3</version>
<scope>test</scope>
</dependency>
````

By default, three master nodes will be created, and the ports of master nodes are 16379, 16380 and 16381.

````
Expand Down

0 comments on commit 1ad2d53

Please sign in to comment.