Simplify the Aggregation type #32
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Working with the Aggregation type is currently not as easy as it could be. We can avoid creating a new object, and the ambiguity with the Aggregation.Name property (easy to confuse when comparing).
I propose we convert it to an enum, which will be easier for the end user;
And internally use an extension method to retrieve the RedisTimeSeries param;
The text was updated successfully, but these errors were encountered: