memcachex v0.4.3 API Reference
Modules
This module provides a user friendly API to interact with the memcached server
Defines the Memcache.Coder
behaviour. A list would be passed to
both encode/2
and decode/2
callbacks. This value can be
specified by the user. Defaults to []
incase it is not specified
Uses :erlang.term_to_binary/2
and :erlang.binary_to_term/1
to
encode and decode value
Uses the Poison
module to encode and decode value. To use this
coder add poison
as a dependency in mix.exs
Doesn’t do any conversion. Stores the value as it is in the server
Uses :zlib.zip/1
and :zlib.unzip/1
to compress and decompress
value
This module provides low level API to connect and execute commands on a memcached server