memkash

v0.1.0

  • Pages
  • Modules

    memkash v0.1.0 Memkash

    Link to this section Summary

    Types

    key()
    opts()
    value()

    Functions

    add(key, value, opts \\ %{})
    append(key, value)
    decrement(key, amount, opts \\ %{})
    delete(key)
    flush(opts \\ %{})
    get(key)
    increment(key, amount, opts \\ %{})
    mget(keys)
    mset(keyvalues)
    prepend(key, value)
    replace(key, value, opts \\ %{})
    set(key, value, opts \\ %{})
    version()

    Link to this section Types

    Link to this type key()
    key() :: binary()
    Link to this type opts()
    opts() :: map()
    Link to this type value()
    value() :: any()

    Link to this section Functions

    Link to this function add(key, value, opts \\ %{})
    Link to this function append(key, value)
    Link to this function decrement(key, amount, opts \\ %{})
    Link to this function delete(key)
    Link to this function flush(opts \\ %{})
    Link to this function get(key)
    get(binary()) :: term() | :not_found | {:error, atom()}
    Link to this function increment(key, amount, opts \\ %{})
    Link to this function mget(keys)
    Link to this function mset(keyvalues)
    Link to this function prepend(key, value)
    Link to this function replace(key, value, opts \\ %{})
    Link to this function set(key, value, opts \\ %{})
    set(binary(), any(), map()) :: :ok | {:error, atom()}
    Link to this function version()

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.