memcache-0.1.0.1: A memcached client library.

Safe HaskellSafe
LanguageHaskell2010

Database.Memcache.Types

Description

Stores the various types needed by memcache. Mostly concerned with the representation of the protocol.

Synopsis

Documentation

data Authentication Source

SASL Authentication information for a server.

Constructors

Auth 
NoAuth 

type Username = ByteString Source

Username for authentication.

type Password = ByteString Source

Password for authentication.

data Q Source

Constructors

Loud 
Quiet 

Instances

data K Source

Constructors

NoKey 
IncludeKey 

Instances

data Header Source

Constructors

Header 

data Request Source

Constructors

Req