Commit 69d7896
authored
Supporting setting a default DIALECT for search commands (#147)
* change the structure of AggregationRequest
* add SerializeRedisArgs for FT.AGGREGATE
* fixes
* dialect 2
* try to not use GetArgsAsString
* delete asString
* default dialect
* fix async test
* add tests
* add params tests
* Params > 1 for AggregationRequest
* coverage
* fix
* Query params
* ExplainCli default dialect test
* rename to ModulePrefixes1 parent 2dcac07 commit 69d7896
File tree
7 files changed
+530
-108
lines changed- src/NRedisStack
- Search
- tests/NRedisStack.Tests/Search
7 files changed
+530
-108
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments