Ariel Shtul
Ariel Shtul
Add support for `LOAD *` which loads all fields on FT.AGGREGATE. Related to RediSearch/RediSearch#2243 and RediSearch/RediSearch#2301
Related to RediSearch/RediSearch#1986
In hiredis.c, some of the uncovered functions and lines are likely to be dead.
The previous implementation calls `snprintf` twice, which is not performant.
Proposed signature is `tableint replacePoint(const void *data_point, labeltype oldLabel, labeltype newLabel)`. This will allow to change the label without deleting one node and creating another one.
similar to #53
Full tests for **yield attribute**, which has 3 modes: * **yield_value** - return the value. If the value does not exist, ignore it. * **yield_exist** - return 'true' if the...