Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Modified version of Database.Redis.Protocol
https://github.com/informatikr/hedis/blob/master/src/Database/Redis/Protocol.hs
Faktory takes a lot of inspiration from Redis, so the connection and protocol-related code translated well with minor simplifications.
Documentation
readReply :: IO ByteString -> IO (Either String (Maybe ByteString)) Source #