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

Redis architecture #9

Merged
merged 2 commits into from
Dec 30, 2016
Merged

Redis architecture #9

merged 2 commits into from
Dec 30, 2016

Conversation

frnsys
Copy link
Owner

@frnsys frnsys commented Dec 30, 2016

This is a big re-write to move to an architecture based on Redis (instead of implementing our own actor/messaging system, which could become a big headache down the road). We'll benefit from Redis' speed and support.

We probably would have needed Redis anyways for pubsub stuff, so might as well start now.

This PR doesn't have this implemented yet, but it should be easy to switch to a Redis Cluster as well (there's no good rust library for it yet).

These changes also make the APIs for the end-user a lot simpler and cleaner. There's still more testing/experimentation needed to check if it's flexible enough, but so far it seems good.

@frnsys frnsys mentioned this pull request Dec 30, 2016
@frnsys frnsys merged commit 2cd288d into master Dec 30, 2016
@frnsys frnsys deleted the redis_architecture branch February 15, 2017 16:10
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.

None yet

1 participant