Moves only the append cursor; existing values are unchanged. The key must already exist.
Arguments#
The array key.
The index where the next ARINSERT should write.
Response#
boolrequired
TypeScript returns 1 if the cursor was set and 0 if the key does not exist. Python returns True or False, respectively.
See the server command reference for protocol details.