memcache-0.1.0.0: A memcached client library.

Safe HaskellNone
LanguageHaskell2010

Database.Memcache.SASL

Description

SASL authentication support for memcached.

Synopsis

Documentation

authenticate :: Socket -> Authentication -> IO () Source

Perform SASL authentication with the server.

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.