Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
manosriram committed Aug 9, 2024
1 parent 5a58dff commit 7006593
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 @@ -77,7 +77,7 @@ if err != nil {
}
```

#### Set with expiry
#### Set with ttl
```go
key, err := d.SetWithTTL([]byte("key"), []byte("value"), time.Second * 10)
if err != nil {
Expand Down

0 comments on commit 7006593

Please sign in to comment.