Skip to content

Commit

Permalink
Update apidef/oas/authentication.go
Browse files Browse the repository at this point in the history
Co-authored-by: andyo-tyk <[email protected]>
  • Loading branch information
kofoworola and andyo-tyk authored Jan 23, 2025
1 parent f87727c commit 9904409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidef/oas/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type KeyRetentionPeriod struct {
// Tyk classic API definition: `expire_analytics_after`.
Value ReadableDuration `bson:"value" json:"value"`
// RespectExpiry ensures that Tyk respects the expiry configured in the key when the API level configuration grants a shorter lifetime.
//That is, Redis waits the key expiration for physical removal.
//That is, Redis waits until the the key has expired before deleting it.
RespectExpiry bool `bson:"respectExpiry,omitempty" json:"respectExpiry,omitempty"`
}

Expand Down

0 comments on commit 9904409

Please sign in to comment.