repositorypackage
0.0.0-20240830093055-34ce37696c6e
Repository: https://github.com/morilog/redistream.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Redistream
Redistream is a wrapper on redis stream processing commands. It provides higher level api to work with streams.
Installation
go get github.com/morilog/redistream
Usage
Visit examples for full example of usage
Features
- Simple Producer (redis itself it simple too)
- Handle messages with golang native channels
- Handle errors asynchronously
- re-Claim and handle pending messages continuously
- Preserve message ordering by using single consumer in consumer group
License
MIT