Database.Redis.String
- itemSet :: Handle -> String -> String -> IO (Maybe RedisReply)
- itemSetB :: Handle -> ByteString -> ByteString -> IO (Maybe RedisReply)
- itemGet :: Handle -> String -> IO (Maybe RedisReply)
- itemGetB :: Handle -> ByteString -> IO (Maybe RedisReply)
Documentation
SET
Arguments
| :: Handle | |
| -> ByteString | key to set |
| -> ByteString | value to set |
| -> IO (Maybe RedisReply) |
SET for ByteString input
Arguments
| :: Handle | |
| -> ByteString | key of the value to return |
| -> IO (Maybe RedisReply) |
GET for ByteString input