RedisJSON / RedisJSON2

Rust based RedisJSON implementation - Deprecated and moved to RedisJSON/RedisJSON
https://redisjson.io
Other
54 stars 4 forks source link

Should be able query docs with missing paths in index #66

Closed gkorland closed 5 years ago

gkorland commented 5 years ago
127.0.0.1:6379> json.index add inx first $.first
OK
127.0.0.1:6379> json.index add inx llast $.last
OK
127.0.0.1:6379> json.set user1 . '{"first":"Joe"}' INDEX inx
(error) ERR path does not exist
127.0.0.1:6379> json.set user1 . '{"first":"Joe", "last": "Smith"}' INDEX inx
OK