memcache-0.2.0.1: A memcached client library.

Copyright(c) David Terei 2016
LicenseBSD
Maintainercode@davidterei.com
Stabilitystable
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Database.Memcache.SASL

Contents

Description

SASL authentication support for Memcached.

Synopsis

Types

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.

Operations

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

Perform SASL authentication with the server.