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

Format Redis database example in resources/ #43

Conversation

KeisukeYamashita
Copy link
Contributor

Why

This was left over from #41 and needs formatting.

Also, I've noticed that some Bool arguments are written here as String.
It still works, but strongly typed examples are better.

Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
tls = "true"
multizone = "true"
region = "eu-west-1"
tls = true
Copy link
Contributor Author

@KeisukeYamashita KeisukeYamashita Apr 20, 2024

Choose a reason for hiding this comment

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

"tls": &schema.Schema{
Type: schema.TypeBool,

multizone = "true"
region = "eu-west-1"
tls = true
multizone = true
Copy link
Contributor Author

Choose a reason for hiding this comment

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

"multizone": &schema.Schema{
Type: schema.TypeBool,

@KeisukeYamashita KeisukeYamashita marked this pull request as ready for review April 20, 2024 22:04
@KeisukeYamashita KeisukeYamashita changed the title format Redis database example in resources/ Format Redis database example in resources/ Apr 20, 2024
@KeisukeYamashita
Copy link
Contributor Author

@fahreddinozcan @burak-upstash Sorry for the bothering, please take a look when you got chance 🙏

@fahreddinozcan fahreddinozcan merged commit 822238f into upstash:master May 27, 2024
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.

2 participants