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