hslogstash-0.2.0: A library to work with, or as, a logstash server

Safe HaskellNone

Data.Conduit.Redis

Description

Quick conduit for reading from Redis lists. Not tested much, and probably quite slow.

Documentation

redisSourceSource

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