memcache-0.0.0: A memcached client library.

Safe HaskellNone

Database.Memcache.SASL

Description

SASL authentication support for memcached.

Synopsis

Documentation

authenticate :: Connection -> Username -> Password -> IO BoolSource

Perform SASL authentication with the server.

type Username = ByteStringSource

Username for authentication.

type Password = ByteStringSource

Password for authentication.