Memcache (memcached v0.2.0)

Summary

Functions

Link to this function

add(key, value, exptime \\ 0)

Link to this function

append(key, value)

Link to this function

cas(key, value, cas_unique, exptime \\ 0)

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

decr(key, value)

Link to this function

execute(commands)

Link to this function

execute(single_command, connection)

Link to this function

flush_all(exptime \\ 0)

Link to this function

gat(key, exptime \\ 0)

Link to this function

gats(key, exptime \\ 0)

Link to this function

incr(key, value)

Callback implementation for Supervisor.init/1.

Link to this function

meta_arithmetic(key, flags \\ [])

Link to this function

meta_debug(key)

Link to this function

meta_delete(key, flags \\ [])

Link to this function

meta_get(key, flags \\ [])

Link to this function

meta_set(key, value, flags \\ [])

Link to this function

prepend(key, value)

Link to this function

replace(key, value, exptime \\ 0)

Link to this function

set(key, value, exptime \\ 0)

Link to this function

start_link(opts)

Link to this function

touch(key, exptime \\ 0)