Skip to content

Commit

Permalink
[doc] The store for File is empty if non-existent
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystanton committed Jan 16, 2014
1 parent 022b9bc commit 3a7b788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -220,6 +220,8 @@ Based on the Memory store, but provides additional methods `.save()` and `.load(

The file store is also extensible for multiple file formats, defaulting to `JSON`. To use a custom format, simply pass a format object to the `.use()` method. This object must have `.parse()` and `.stringify()` methods just like the native `JSON` object.

If the file does not exist at the provided path, the store will simply be empty.

### Redis
There is a separate Redis-based store available through [nconf-redis][0]. To install and use this store simply:

Expand Down

0 comments on commit 3a7b788

Please sign in to comment.