Memcache.multi_set

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

multi_set(server, commands, opts \\ [])

View Source

Specs

multi_set(GenServer.server(), [{binary(), value()}] | map(), Keyword.t()) ::
  {:ok, [store_result()]} | error()

Multi version of set/4. Accepts a map or a list of {key, value}.

Accepted options: :cas, :ttl