-
Notifications
You must be signed in to change notification settings - Fork 13
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
Separating the backends #88
Comments
jwoertink
added a commit
that referenced
this issue
May 5, 2024
jwoertink
added a commit
that referenced
this issue
May 6, 2024
Co-authored-by: Jamie Gaskins <jgaskins@hey.com>
jwoertink
added a commit
that referenced
this issue
May 19, 2024
Big refactor to make the backend registerable and swappable
jwoertink
added a commit
that referenced
this issue
May 20, 2024
jwoertink
added a commit
that referenced
this issue
May 26, 2024
* Initial reworking without any redis baked in. Closes #88 * Only testing against Crystal 1.10 and up now * adding cable-redis as a dev dependency for testing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a few now.
At this point, I think we should remove all backends from Cable, then make them each a separate shard. You include cable and the backend you want with it. Then other people could create new backends later. To do this, I think there's a few bits in #79 that could be abstracted out first.
The text was updated successfully, but these errors were encountered: