proxy.golang.org : github.com/go-sanpang/redisqueue : v0.0.0-20230928164202-4a783867155a
Package redisqueue provides a producer and consumer of a queue that uses Redis streams (https://redis.io/topics/streams-intro). The features of this package include: Here's an example of a producer that inserts 1000 messages into a queue: And here's an example of a consumer that reads the messages off of that queue:
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/go-sanpang/redisqueue@v0.0.0-20230928164202-4a783867155a
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
- github.com/fatih/color v1.7.0
- github.com/git-chglog/git-chglog v0.0.0-20190611050339-63a4e637021f
- github.com/imdario/mergo v0.3.7
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/mattn/go-colorable v0.1.2
- github.com/mattn/go-isatty v0.0.8
- github.com/mattn/goveralls v0.0.2
- github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
- github.com/pborman/uuid v1.2.0
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/redis/go-redis/v9 v9.2.1
- github.com/stretchr/testify v1.8.0
- github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df
- github.com/urfave/cli v1.20.0
- golang.org/x/sys v0.12.0
- golang.org/x/tools v0.13.0
- gopkg.in/AlecAivazis/survey.v1 v1.8.5
- gopkg.in/kyokomi/emoji.v1 v1.5.1
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1