exconsul v1.0.0 Consul.Kv
Link to this section Summary
Link to this section Functions
Link to this function
delete(key, opts \\ [])
delete(binary() | [binary()], Keyword.t()) :: Consul.Endpoint.response()
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 \\ [])
Link to this function
put!(key, value, opts \\ [])