memkash v0.1.0 Memkash
Link to this section Summary
Link to this section Types
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
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 \\ %{})
Link to this function
version()