mapleFU commented on issue #1806:
URL: https://github.com/apache/kvrocks/issues/1806#issuecomment-1772127900
Oh I found a interesting thing in RedisJson...
```
///
/// JSON.ARRAPPEND <key> <path> <json> [json ...]
///
pub fn json_arr_append<M: Manager>(
manager: M,
ctx: &Context,
args: Vec<RedisString>,
) -> RedisResult;
```
The code of it is `JSON.ARRAPPEND <key> <path> <json>`. But the document of
it says the path is optional, it's so misleading...
Our current impl is right
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]