Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
covrom committed Nov 28, 2022
1 parent b39a5ea commit a1dd3c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# redispubsub
Redis driver for https://godoc.org/gocloud.dev/pubsub package.
A great alternative to using Kafka, with the ability to quickly switch to it.

A great alternative to using Kafka, with the ability to quickly switch to it. You can use this driver for MVP, local, small or medium projects. When your project grows you can simply switch to another driver from https://pkg.go.dev/gocloud.dev/pubsub#section-directories.

Using Redis Streams, this driver supports `at-least-once` delivery.

Expand Down

0 comments on commit a1dd3c6

Please sign in to comment.