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

Optional Redis support #8

Open
diamondburned opened this issue Apr 26, 2023 · 0 comments
Open

Optional Redis support #8

diamondburned opened this issue Apr 26, 2023 · 0 comments
Labels
difficulty-hard Issues/features that are breaking or otherwise very complicated and time-consuming. enhancement New feature or request

Comments

@diamondburned
Copy link
Owner

chatter should optionally support using a separate Redis database instance for pubsubbing. This would allow /sync to actually block until new events are received, which would greatly increase efficiency and performance.

Why Redis?

  • Heroku has a free-tier Redis. This makes it more accessible.
  • Redis is a well-known database, so it's widely available both as a service and as packages that systems can easily install.
  • Redis is pretty fast.
@diamondburned diamondburned added enhancement New feature or request difficulty-hard Issues/features that are breaking or otherwise very complicated and time-consuming. labels Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty-hard Issues/features that are breaking or otherwise very complicated and time-consuming. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant