Skip to content

Add isJSON API #363

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
May 23, 2021
Merged

Add isJSON API #363

merged 5 commits into from
May 23, 2021

Conversation

oshadmi
Copy link
Collaborator

@oshadmi oshadmi commented May 19, 2021

No description provided.

@oshadmi oshadmi requested review from gkorland and gavrie May 19, 2021 15:51
oshadmi and others added 2 commits May 20, 2021 11:26
Co-authored-by: Guy Korland <gkorland@gmail.com>
Cargo.toml Outdated
@@ -14,8 +14,7 @@ serde_json = "1.0"
serde = "1.0"
libc = "0.2"
jsonpath_lib = { git="https://github.com/RedisJSON/jsonpath.git", branch="public-parser" }
redis-module = { version="0.16", features = ["experimental-api"]}
lazy_static = "1.4.0"
redis-module = { git="https://github.com/RedisLabsModules/redismodule-rs.git", branch="omer-forJSON-api", features = ["experimental-api"]}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
redis-module = { git="https://github.com/RedisLabsModules/redismodule-rs.git", branch="omer-forJSON-api", features = ["experimental-api"]}
redis-module = { version="0.17", features = ["experimental-api"]}

@oshadmi oshadmi requested a review from gkorland May 20, 2021 15:29
@oshadmi oshadmi merged commit 45732ad into feature-search-json May 23, 2021
@oshadmi oshadmi deleted the omer-isjson-api branch May 23, 2021 11:24
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.

2 participants