Memcache.add
You're seeing just the function
add
, go back to Memcache module for more information.
Specs
add(GenServer.server(), binary(), value(), Keyword.t()) :: store_result()
Sets the key to value if the key doesn't exist already. Returns
{:error, "Key exists"}
if the given key already exists.
Accepted options: :cas
, :ttl