Skip to content

Commit

Permalink
πŸ”¨ Refactor/#115 - Redis TTL μˆ˜μ •(14일)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyeomjang committed Nov 23, 2024
1 parent 98dd914 commit d307808
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
//@RedisHash(value = "ScheduledJob", timeToLive = 60 * 60 * 24 * 14) // 14일
@RedisHash(value = "ScheduledJob", timeToLive = 60 * 5) // ν…ŒμŠ€νŠΈμš© 5λΆ„
@RedisHash(value = "ScheduledJob", timeToLive = 60 * 60 * 24 * 14) // 14일
//@RedisHash(value = "ScheduledJob", timeToLive = 60 * 5) // ν…ŒμŠ€νŠΈμš© 5λΆ„
public class ScheduledEventJob {
@Id
private String jobId;
Expand Down

0 comments on commit d307808

Please sign in to comment.