Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Sep 16, 2023
1 parent f8afad5 commit 558ec79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rueidis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ type Config struct {

// CacheTTL TTL
//
// Optional. Default is time.Second
// Optional. Default is time.Minute
CacheTTL time.Duration
}
```
Expand All @@ -207,6 +207,6 @@ var ConfigDefault = Config{
DisableCache: false,
AlwaysPipelining: true,
Reset: false,
CacheTTL: time.Second,
CacheTTL: time.Minute,
}
```

0 comments on commit 558ec79

Please sign in to comment.