memcache-0.0.1: A memcached client library.

Safe HaskellNone
LanguageHaskell98

Database.Memcache.Client

Description

A memcache client.

Synopsis

Documentation

version :: Cluster -> IO ByteString Source

Version returns the version string of the memcached cluster. We just query one server and assume all servers in the cluster are the same version.