Describe the bug

Documentation claims that path can be omitted from the json.arrappend command - this is not the case.

To reproduce

Install docker Pull redis:8.0.2 image Start container and connect

json.set key:1 $ [] json.arrappend key:1 {}

Expected behavior

Docs indicate here that the path parameter is optional. I should expect exactly the same behavior as json.arrappend key:1 $ {}

Comment From: ShooterIT

please report redisjson issues here https://github.com/RedisJSON/RedisJSON/issues

Comment From: LiorKogan

@eranhd this is a documentation bug, correct?

Comment From: hustlerman

Copied issue to RedisJSON; closing unless documentation needs to be updated. Thanks @ShooterIT