Skip to content

remove Search dep #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 23, 2021
Merged

remove Search dep #288

merged 5 commits into from
Mar 23, 2021

Conversation

gkorland
Copy link
Contributor

No description provided.

@gkorland gkorland requested a review from oshadmi March 23, 2021 09:34
@gkorland gkorland marked this pull request as ready for review March 23, 2021 09:52
Remove indexing examples
oshadmi
oshadmi previously approved these changes Mar 23, 2021
Copy link
Collaborator

@oshadmi oshadmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏼

Comment on lines -444 to -447
let schema = if raw::load_unsigned(rdb) > 0 {
Some(ValueIndex {
key: raw::load_string(rdb),
index_name: raw::load_string(rdb),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit far fetched, but is it possible that users extended the module and are writing additional module data to the db, and we should just consume (and ignore) our old schema data to avoid breaking user extension?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean the redisearch 2.0 schema support that we just removed?

@gkorland gkorland merged commit c57be3c into 1.2 Mar 23, 2021
@gkorland gkorland deleted the remove_search branch March 23, 2021 12:29
gkorland added a commit that referenced this pull request Apr 18, 2021
* remove Search dep (#288)

* remove Search dep
* remove search index tests
* Update README.md
*Remove indexing examples
* remove INDEX from function doc

Co-authored-by: Emmanuel Keller <74923777+emmanuelkeller@users.noreply.github.com>

* update version to 1.2

Co-authored-by: Emmanuel Keller <74923777+emmanuelkeller@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants