-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Added support for RediSearch v2.0 Index Definition (#81)
* [add] Included v1.4, v1.6 and latest in CI to ensure all changes are backwards compatible * [fix] fixed tests per redisearch:edge * [fix] fixed TestFilter per v1.4.28 * [add] v1.4 v1.6 and v2.0 working as expected on features present across versions * [add] Added CreateIndexWithIndexDefinition * [add] Added ExampleClient_CreateIndexWithIndexDefinition. Deprecated AddHash. Deprecated SynAdd. * [add] increased coverage on SerializeIndexingOptions and IndexDefinition_Serialize * [add] improved testing by indexing check * [add] added TestClient_SynUpdate. TestClient_SynDump running on >= v2.0 also * [fix] SynDump and SynUpdate tests working as expected on v1.4 and v1.6
- Loading branch information
1 parent
207c949
commit 9b11c55
Showing
13 changed files
with
558 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.