We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bc058 commit 2ac166eCopy full SHA for 2ac166e
1 file changed
README.md
@@ -154,6 +154,14 @@ Connect with any standard Redis client:
154
redis-cli -p 6380
155
```
156
157
+### Tests & CI
158
+
159
+```sh
160
+mvn test
161
+```
162
163
+CI runs the same test suite on every push/PR via GitHub Actions (see `.github/workflows/ci.yml`).
164
165
### Docker — One-Command Replication Demo
166
167
Spin up a master with two replicas:
0 commit comments