Memcache.add

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

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

View Source

Specs

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