| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Redis.Types
Documentation
class RedisArg a where Source #
Methods
encode :: a -> ByteString Source #
Instances
class RedisResult a where Source #
Instances
Constructors
| Ok | |
| Pong | |
| Status ByteString |
| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.Redis.Types
class RedisArg a where Source #
Methods
encode :: a -> ByteString Source #
class RedisResult a where Source #
Constructors
| Ok | |
| Pong | |
| Status ByteString |