DBKV.put_new

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

put_new(table, key, value)

View Source

Specs

put_new(t(), any(), any()) :: :ok | {:error, any()}

Puts the given value under key unless the entry key already exists in table.