On a new array, appends start at index zero. ARSET and ARMSET leave the cursor unchanged, so appending after positional writes can overwrite values. Use ARSEEK to choose the next append index.
Arguments#
The array key.
One or more values to write.
Response#
stringrequired
The index where the last value was written, as a string in TypeScript or an integer in Python.
See the server command reference for protocol details.