memcache-0.0.1: A memcached client library.

Safe HaskellNone
LanguageHaskell98

Database.Memcache.SASL

Description

SASL authentication support for memcached.

Synopsis

Documentation

authenticate :: Server -> Username -> Password -> IO Bool Source

Perform SASL authentication with the server.

type Username = ByteString Source

Username for authentication.

type Password = ByteString Source

Password for authentication.