Skip to content

Commit

Permalink
Merge pull request #36 from ThreeDotsLabs/minghsu0107-patch-3
Browse files Browse the repository at this point in the history
refine comments
  • Loading branch information
minghsu0107 authored Apr 2, 2024
2 parents 5cde1a1 + 7fbc65b commit d73fcac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/redisstream/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ type SubscriberConfig struct {
OldestId string

// If consumer group in not set, for fanout start consumption from the specified message ID.
// When using "0", the consumer group will consume from the very first message.
// When using "$", the consumer group will consume from the latest message.
// When using "0", the consumer will consume from the very first message.
// When using "$", the consumer will consume from the latest message.
FanOutOldestId string

// If this is set, it will be called to decide whether a pending message that
Expand Down

0 comments on commit d73fcac

Please sign in to comment.