You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems straightforward. Also seems like a good usecase for a sorted-set data structure.
With a sorted-set we can store the each of these executions with a compound-key, and assign a score (number of executions) so we can easily display it in a leaderboard like structure.
e.g. Get range CREW-USERX(100) => get top 100 user crews by execution count.
We want to know this per crew, per user, and overall.
Edit: we also want to know number of chat executions and number of custom crew executions.
The text was updated successfully, but these errors were encountered: