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? 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
サーバー内ユーザーのリアクションを1日ごとに集計する
前日のリアクションと今日のリアクションをRedisで持っておき、前日のリアクションのうち上位のものをリアクショントレンドとして表示
https://misskey.io/notes/9mg77fuz3s8009z3
The text was updated successfully, but these errors were encountered:
正直リアクションの集計を蓄積する必要はないので前々日以降は削除でよさそう
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
サーバー内ユーザーのリアクションを1日ごとに集計する
前日のリアクションと今日のリアクションをRedisで持っておき、前日のリアクションのうち上位のものをリアクショントレンドとして表示
Purpose
https://misskey.io/notes/9mg77fuz3s8009z3
The text was updated successfully, but these errors were encountered: