Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
add save parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerder committed Feb 26, 2015
1 parent 69eccbe commit 9067ef5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,11 @@ Enable custom append file. Default: false (boolean)

#####`redis_append_file`

Define the path for the append file. Optional. Default: undef
Define the path for the append file. Optional. Default: undef

#####`save`

Configure Redis save snapshotting. Example: [[900, 1], [300, 10]]. Default: []

##### High Availability Options

Expand Down

0 comments on commit 9067ef5

Please sign in to comment.