rickihastings / go-redis-streams

Messing around with Redis Streams in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Messing around with Redis Streams in Go

License:MIT License


Languages

Language:Go 96.5%Language:Dockerfile 3.5%