Memcache.append

You're seeing just the function append, go back to Memcache module for more information.
Link to this function

append(server, key, value, opts \\ [])

View Source

Specs

Appends the value to the end of the current value of the key. Returns {:error, "Item not stored"} if the item is not present in the server already

Accepted options: :cas