Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 543 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 543 Bytes

##Prerequisites

  • A running Redis instance as mentioned in the book
  • JDK 6 or higher installed (no other Java related software is needed, since the build script takes care of all the rest).

##Running

Open a command-line/terminal in the java directory and do one of the following:

  • Windows: gradlew.bat -Pchapter=1 run. Use numbers 1 through 9 depending on the chapter's examples you want to run

  • Linux/Mac: ./gradlew -Pchapter=1 run. Use numbers 1 through 9 depending on the chapter's examples you want to run