Skip to content

Commit 7b48194

Browse files
committed
MOD-4602: handle jsonpath filter with 3 or more operands (RedisJSON#890)
* enable tracing jsonpath tests * add flow test * Evaluate all filter operands * Add tests with precedence and nesting * update spellcheck dictionary * remove redis-module from dev-dependencies (cherry picked from commit 6b30093)
1 parent 91505b3 commit 7b48194

File tree

7 files changed

+376
-43
lines changed

7 files changed

+376
-43
lines changed

.github/wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ PyPi
2929
README
3030
RSALv
3131
Rafa
32+
Redisson
3233
ReJSON
3334
RediSearch
3435
RedisJSON

Cargo.lock

+146-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ categories = ["database-implementations"]
1616
crate-type = ["cdylib", "rlib"]
1717
name = "rejson"
1818

19+
[dev-dependencies]
20+
env_logger = "0.10.0"
21+
#redis-module = { version="1.0", features = ["experimental-api", "test"]}
22+
1923
[dependencies]
2024
pest = "2.1"
2125
pest_derive = "2.1"

0 commit comments

Comments
 (0)