Skip to content

Commit e93ffac

Browse files
authored
Update Redis stream documentation (ThreeDotsLabs#332)
1 parent 689c1ac commit e93ffac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/pubsubs/redisstream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc = false
1010

1111
### Redis Stream
1212

13-
Redis is a the open source, in-memory data store used by millions of developers. Redis stream is a data structure that acts like an append-only log in Redis. We are providing Pub/Sub implementation based on [redis/go-redis](https://github.com/redis/go-redis).
13+
Redis is the open source, in-memory data store used by millions of developers. Redis stream is a data structure that acts like an append-only log in Redis. We are providing Pub/Sub implementation based on [redis/go-redis](https://github.com/redis/go-redis).
1414

1515
### Installation
1616

@@ -69,7 +69,7 @@ Example:
6969

7070
#### Marshaler
7171

72-
Watermill's messages cannot be directly sent to Redis - they need to be marshaled. You can implement your marshaler or use default implementation.
72+
Watermill's messages cannot be directly sent to Redis - they need to be marshaled. You can implement your marshaler or use default implementation. The default implementation uses [MessagePack](https://msgpack.org/index.html) for efficient serialization.
7373

7474
{{% render-md %}}
7575
{{% load-snippet-partial file="src-link/watermill-redisstream/pkg/redisstream/marshaller.go" first_line_contains="const UUIDHeaderKey" last_line_contains="type DefaultMarshallerUnmarshaller" padding_after="0" %}}

0 commit comments

Comments
 (0)