CubDB.delete_multi
You're seeing just the function
delete_multi
, go back to CubDB module for more information.
Specs
delete_multi(GenServer.server(), [key()]) :: :ok
Deletes multiple entries corresponding to the given keys all at once, atomically.
The keys
to be deleted are passed as a list.