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