StackExchange / NRediSearch

Other
31 stars 9 forks source link

FT.AGGREGATE could return Dictionary<string, List<RedisValue>> that NRediSearch.Client.Aggregate doesn't support #10

Open Acapla opened 3 years ago

Acapla commented 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']"