Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 830 Bytes

File metadata and controls

20 lines (13 loc) · 830 Bytes

License

All contributions are subject to the Developer Certificate of Origin(DCO). Text of DCO is also included in DCO.txt file.

All contributions to Redisson are licensed under the Apache License 2.0.

Build Prerequisites

Have at least a local copy of built redis, for more information see tutorial.

Note that redis shouldn't be running - the build will start instances as needed.

Running the tests

export REDIS_BIN=<path to redis binaries>

# And finally running the build
mvn -DargLine="-Xmx2g -DredisBinary=$REDIS_BIN/redis-server" -Punit-test clean test -e