After appending the value, the total length of the resulting value is returned.
Example:
If the key "car" initially holds the value "nice"
and the value "vehicle" is appended,
the result will return 11 upon success (4 characters from "nice" + 7 from "vehicle").
The final value of the key will be "nicevehicle"