Memcache.prepend

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

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

View Source

Specs

Prepends the value to the start 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