Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor/redis-token-ttl] Redis Expire 기능을 사용하여 토큰 만료시 자동 삭제하도록 리팩토링한다. #765

Open
binghe819 opened this issue Nov 10, 2021 · 0 comments · Fixed by #766
Assignees
Labels
backend 백엔드 이슈 refactor 리팩토링 이슈

Comments

@binghe819
Copy link
Collaborator

작업 내용

  • 토큰 만료기간이 지나면 Redis에서 해당 토큰이 자동으로 삭제되도록 리팩토링

주의사항

  • Redis는 expire라는 기능을 이용하여 특정 시간이 지난 데이터들을 자동으로 삭제해주는 기능을 제공합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 이슈 refactor 리팩토링 이슈
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant