Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Redis pub/sub component specs to match code #4049

Merged
merged 5 commits into from
Mar 2, 2024

Conversation

hhunter-ms
Copy link
Collaborator

Description

Remove time unit measurements from examples, make milliseconds, not seconds.

Issue reference

PR will close: #4048

@hhunter-ms hhunter-ms self-assigned this Feb 28, 2024
@hhunter-ms hhunter-ms requested review from a team as code owners February 28, 2024 15:25
Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked this with Alessandro and effectively, both formats can be used. This will be the same for anywhere where either milliseconds can be used or the units. So we should keep both in effect.

Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to be more specific for the duration. It can actually have these values https://pkg.go.dev/maze.io/x/duration#:~:text=ParseDuration%20parses%20a%20duration%20string,w%22%2C%20%22y%22.

…ubsub/setup-redis-pubsub.md

Signed-off-by: Mark Fussell <[email protected]>
…ubsub/setup-redis-pubsub.md

Signed-off-by: Mark Fussell <[email protected]>
@msfussell msfussell merged commit d4961b3 into dapr:v1.12 Mar 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

processingTimeout and redeliverInterval units in the docs don't seem to match code.
2 participants