| Safe Haskell | None |
|---|
Database.Memcached.Commands
Documentation
type MemcachedT m = DBMT ByteString mSource
Constructors
Constructors
| Stored | |
| NotStored | |
| Exists | |
| NotFound | |
| Values [(ByteString, ByteString)] | |
| Deleted | |
| Value ByteString |
Constructors
| Error | |
| ClientError Text | |
| ServerError Text |