We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
b4dc60d
Full Changelog: v1.1.0...v1.1.1
func (c *Client) expireKeyTTl(ctx context.Context, key string, expiration time.Duration) error { if expiration > 0 { return c.Expire(ctx, key, expiration).Err() } return nil }