Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 281 Bytes

go-redis-streams

Messing around with Redis Streams in Go

How to run example

  • docker-compose up
  • cd example/producer && go run main.go

TODO

  • To() - Should be able to stream into another data source
  • Via() - Should group and process messages on the shard