RedisJSON / RedisJSON2

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

JSON.GET with multi path should return original path for backward #46

Closed gkorland closed 4 years ago

gkorland commented 5 years ago

JSON.GET obj bTrue str

Returns

{
  "$.bTrue":true,
 "$.str":"string"
}

Should have return

{
  "bTrue":true,
  "str":"string"
}
gkorland commented 4 years ago

fixed in #68