memcache-0.0.0: A memcached client library.

Safe HaskellNone

Database.Memcache.Protocol

Description

A raw, low level interface to the memcache protocol.

The various operations are represented in full as they appear at the protocol level and so aren't generaly well suited for application use. Instead, applications should use Database.Memcache.Client which presents a higher level API suited for application use.

Documentation