Open Acapla opened 3 years ago
Think of the command like
FT.AGGREGATE "some-idx" "@score:[10 100]" GROUPBY 0 REDUCE RANDOM_SAMPLE 2 "@player_id" 5 AS "pid"
The result can be
pid "['93', '63', '8', '29', '46']"
Think of the command like
The result can be