Skip to content

Commit 8b1fe41

Browse files
author
Simon Prickett
committed
Added flush option for dataloader to doc.
1 parent 55255bb commit 8b1fe41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ How to Start the RediSolar Application
2424
### When using Redis on localhost, port 6379 with no password:
2525

2626
1. Run `mvn package` to build your application.
27-
2. Load the sample data: `java -jar target/redisolar-1.0.jar load`.
27+
2. Load the sample data: `java -jar target/redisolar-1.0.jar load`. If you want to erase everything in Redis before loading the data, use `java -jar target/redisolar-1.0.jar load --flush true`, but be aware that this will delete ALL keys in your Redis database.
2828
3. To check that your application is running enter url `http://localhost:8081`, substituting `localhost` for the hostname that you're running the application on if necessary.
2929

3030
### When using Redis on another host, port or with a password:

0 commit comments

Comments
 (0)