Skip to content

Latest commit

 

History

History

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

##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