Skip to content

Commit

Permalink
Merge pull request petergoldstein#334 from stefanwille/master
Browse files Browse the repository at this point in the history
TTL defaults to 0
  • Loading branch information
mperham committed Feb 27, 2013
2 parents 392d25b + 240b115 commit 5684a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Configuration
------------------------
Dalli::Client accepts the following options. All times are in seconds.

**expires_in**: Global default for key TTL. No default.
**expires_in**: Global default for key TTL. Default is 0, which means no expiry.

**failover**: Boolean, if true Dalli will failover to another server if the main server for a key is down.

Expand Down

0 comments on commit 5684a60

Please sign in to comment.