Versions in this module Expand all Collapse all v0 v0.2.1 Oct 22, 2020 Changes in this version + type RedisLPOPReader struct + func NewLPOPReader(rc *redis.Conn, db int, queue string) *RedisLPOPReader + func (rl *RedisLPOPReader) Read(p []byte) (n int, err error) + func (rl *RedisLPOPReader) Teardown()