Safe Haskell | None |
---|
Database.Redis.Types
Documentation
Constructors
VString !ByteString | |
VList !(Seq ByteString) | |
VSet !(HashSet ByteString) | |
VHash !(HashMap ByteString ByteString) | |
VSortedSet !SortedSet |
type SortedSet = (Set (Score, ByteString), HashMap ByteString Score)Source
Constructors
StatusReply !ByteString | |
ErrorReply !ByteString | |
IntReply !Int | |
BulkReply !(Maybe ByteString) | |
MultiBulkReply !(Maybe [Maybe ByteString]) |