| Safe Haskell | None |
|---|
Data.Conduit.Redis
Description
Quick conduit for reading from Redis lists. Not tested much, and probably quite slow.
Documentation
Arguments
| :: MonadResource m | |
| => HostName | Hostname of the Redis server |
| -> Int | Port of the Redis server (usually 6379) |
| -> ByteString | Name of the list |
| -> Source m ByteString |