This commit is contained in:
Josh Baker 2016-08-05 06:08:30 -07:00
commit 47c40c6e2a
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ Order by age
```
### Data Expiration
## Data Expiration
Items can be automatically evicted by using the `SetOptions` object in the `Set` function to set a `TTL`.
```go