Skip to content

Commit e77a348

Browse files
committed
docs: Add redis Pub/Sub as backend
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 2373ba2 commit e77a348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Queue is a Golang library for spawning and managing a Goroutine pool, Alloowing
1010
* [x] Support [buffered channel](https://gobyexample.com/channel-buffering) queue.
1111
* [x] Support [NSQ](https://nsq.io/) (A realtime distributed messaging platform) as backend.
1212
* [x] Support [NATS](https://nats.io/) (Connective Technology for Adaptive Edge & Distributed Systems) as backend.
13+
* [x] Support [Redis Pub/Sub](https://pkg.go.dev/github.com/go-redis/redis/v8#PubSub) as backend.
1314

1415
## Installation
1516

0 commit comments

Comments
 (0)