Upstream v2.0.5 Upstream.Store View Source

Link to this section Summary

Link to this section Functions

Link to this function add_member(key, value) View Source
add_member(binary(), any()) :: {:ok, any()} | {:error, :already_exists}

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function increment(key) View Source
increment(binary()) :: :ok | :error
Link to this function is_member?(key, value) View Source
is_member?(binary(), any()) :: boolean()
Link to this function move_member(from, to, value) View Source
move_member(binary(), binary(), any()) :: :ok | :error
Link to this function remove(key) View Source
remove(binary()) :: :ok
Link to this function remove_member(key, value) View Source
remove_member(binary(), any()) :: :ok | :error
Link to this function set(key, value) View Source
set(binary(), any()) :: {:ok, any()} | {:error, :already_set}
Link to this function start_link(opts) View Source
start_link(any()) :: {:ok, any()}