Consul API v1.2.0 Consul.Kv

Link to this section Summary

Link to this section Functions

Link to this function

delete(key, opts \\ [])

Link to this function

delete!(key, opts \\ [])

delete!(binary() | [binary()], Keyword.t()) :: Consul.Response.t() | no_return()
Link to this function

fetch(key, opts \\ [], http_opts \\ [])

Link to this function

fetch!(key, opts \\ [])

fetch!(binary() | [binary()], Keyword.t()) :: Consul.Response.t() | no_return()
Link to this function

keys!(prefix)

keys!(binary() | [binary()]) :: Consul.Response.t() | no_return()
Link to this function

put(key, value, opts \\ [])

put(binary() | [binary()], term(), Keyword.t()) :: boolean()
Link to this function

put!(key, value, opts \\ [])

put!(binary() | [binary()], term(), Keyword.t()) ::
  Consul.Response.t() | no_return()