Registry / messaging / matchstalk-redisqueue

matchstalk-redisqueue

JSON →
library1.0.3gogounverified

Provides a producer and consumer for queues using Redis streams.

go get github.com/matchstalk/redisqueue
INSTALL
IMPORT
SIG · MATCHSTALK-REDISQU
M
matchstalk-redisqueue
messaginggov1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

redisqueue
github.com/matchstalk/redisqueue

Create a producer and enqueue a message.

package main import ( "fmt" "github.com/matchstalk/redisqueue" ) func main() { producer, _ := redisqueue.NewProducer(&redisqueue.ProducerOptions{ RedisOptions: &redis.Options{Addr: "localhost:6379"}, }) producer.Enqueue("myqueue", []byte("message")) fmt.Println("Message enqueued") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
matchstalk-redisqueue — go get matchstalk-redisqueue · libregistry