Memcache.append
You're seeing just the function
append
, go back to Memcache module for more information.
Specs
append(GenServer.server(), binary(), value(), Keyword.t()) :: store_result()
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