API Reference memcachex v0.5.5

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 [] in case it is not specified.

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.