Skip to content

Commit 73e3ab8

Browse files
committed
docs: Add Redis Streams
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a2e1b18 commit 73e3ab8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Queue is a Golang library for spawning and managing a Goroutine pool, Allowing y
1111
* [x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
1212
* [x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform) as backend.
1313
* [x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
14-
* [x] Support [Redis Pub/Sub](https://pkg.go.dev/github.com/go-redis/redis/v8#PubSub) as backend.
14+
* [x] Support [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/) as backend.
15+
* [x] Support [Redis Streams](https://redis.io/docs/manual/data-types/streams/) as backend.
1516

1617
## Queue Scenario
1718

0 commit comments

Comments
 (0)