We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
tokens内のtokenはログインされるたびに生成され、一時的に必要なものである。 しかし、半永久的に保存されるMariaDBに保管されており、放置していると古いtokenが大量にたまる。 そのため、tokensをRedisに保管し、一定期間が経過した古いtokenを自動的にクリアするようにする必要がある。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tokens内のtokenはログインされるたびに生成され、一時的に必要なものである。
しかし、半永久的に保存されるMariaDBに保管されており、放置していると古いtokenが大量にたまる。
そのため、tokensをRedisに保管し、一定期間が経過した古いtokenを自動的にクリアするようにする必要がある。
The text was updated successfully, but these errors were encountered: