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

feat: add Redis clusters for local development #3144

Merged
merged 9 commits into from
Apr 4, 2023
Merged

Conversation

Cliftonz
Copy link
Contributor

@Cliftonz Cliftonz commented Apr 4, 2023

What change does this PR introduce?

This pr adds a redis cluster and a redis sentinel cluster for development that replicates the new infrastructure Novu is moving to.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Apr 4, 2023
@Cliftonz Cliftonz enabled auto-merge April 4, 2023 17:58
@Cliftonz Cliftonz disabled auto-merge April 4, 2023 17:58
@Cliftonz Cliftonz merged commit 1207747 into next Apr 4, 2023
12 checks passed
@Cliftonz Cliftonz deleted the redis-cluster branch April 4, 2023 17:59
image: 'redis:7-alpine'
container_name: redis_5
ports:
- "6395:6379"
Copy link
Contributor

Choose a reason for hiding this comment

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

We jump from 6364 from redis_4 to 6395 from redis_5?

image: 'redis:7-alpine'
container_name: redis_6
ports:
- "6396:6379"
Copy link
Contributor

Choose a reason for hiding this comment

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

We jump from 6364 from redis_4 to 6396 from redis_6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants