mirror of https://github.com/tidwall/buntdb.git
Merge branch 'master' of https://github.com/tidwall/buntdb
This commit is contained in:
commit
47c40c6e2a
|
@ -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`.
|
Items can be automatically evicted by using the `SetOptions` object in the `Set` function to set a `TTL`.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
|
|
Loading…
Reference in New Issue