Memcache.multi_set
You're seeing just the function
multi_set
, go back to Memcache module for more information.
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