hRESP-0.1.0.0: haskell implementation of RESP (REdis Serialization Protocol).

Safe HaskellNone
LanguageHaskell98

Database.Redis.RESP

Synopsis

Documentation

data Reply Source

Representation of reply and request.

Instances

newtype Request Source

Constructors

Request [ByteString]