Database.Redis.String
Documentation
Arguments
| :: Handle | |
| -> ByteString | key to set |
| -> ByteString | value to set |
| -> IO (Maybe RedisReply) |
Arguments
| :: Handle | |
| -> ByteString | key of the value to return |
| -> IO (Maybe RedisReply) |
redis-hs-0.0.7: A simple Redis library for Haskell
Database.Redis.String
Arguments
| :: Handle | |
| -> ByteString | key to set |
| -> ByteString | value to set |
| -> IO (Maybe RedisReply) |
Arguments
| :: Handle | |
| -> ByteString | key of the value to return |
| -> IO (Maybe RedisReply) |