3 files changed
+5
-2
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
99 | 102 |
| |
100 | 103 |
| |
101 | 104 |
| |
|
Submodule RediSearch updated 30 files
- CMakeLists.txt+5
- docs/Aggregations.md+1
- src/aggregate/aggregate_request.c+1-1
- src/aggregate/expr/expression.c+25-13
- src/aggregate/expr/expression.h+1
- src/aggregate/functions/string.c+14
- src/aggregate/reducers/first_value.c+1
- src/config.c+2-1
- src/cpptests/t_forkgc.cpp+52-38
- src/dictionary.h+6-2
- src/document.c+4-1
- src/fork_gc.c+2-3
- src/gc.c+133-47
- src/gc.h+10-12
- src/geo_index.h+5
- src/index.c+6-3
- src/legacy_gc.c+3-5
- src/module-init/module-init.c+3-1
- src/module.c+54-32
- src/numeric_index.c+24-19
- src/numeric_index.h+7-2
- src/pytest/test.py+70
- src/pytest/test_aggregate.py+9
- src/pytest/test_config.py+126-43
- src/pytest/test_ext.py+4
- src/pytest/test_if.py+121
- src/redis_index.c+12-2
- src/spec.h+4
- src/tag_index.h+5
- src/version.h+2-2
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + |
0 commit comments