redis-hs-0.0.13: 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

requestSource

Arguments

:: Handle 
-> [ByteString]

list of requests

-> IO (Maybe RedisReply) 

Formats and sends the request