memcachir v1.0.1 API Reference
Modules
Module with a friendly API for memcached servers
Defines the Memcachir.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
Module that creates a pool of connections to the memcached server using poolboy