redis-hs-0.0.9: A simple Redis library for Haskell

Database.Redis.Internal

Synopsis

Documentation

data ByteString

A space-efficient representation of a Word8 vector, supporting many efficient operations. A ByteString contains 8-bit characters only.

Instances of Eq, Ord, Read, Show, Data, Typeable

request :: Handle -> [ByteString] -> IO (Maybe RedisReply)Source

Formats and sends the request