-
Notifications
You must be signed in to change notification settings - Fork 446
Finalize Redis scaleout design and implementation #288
Comments
@davidfowl @mikaelm12 @moozzyk @BrennanConroy we'll need a design meeting. |
The current redis design is optimized for to have a single connection per server and a minimal number of connections per subscription. This means that we have:
A few things that are implemented but need to be solidified:
|
Do you mean that the client connection is required to be sticky (e.g. when load balancing several front end servers)? @davidfowl |
Just watched the NDC London video, i now understand what you mean with stickiness @davidfowl |
We plan to do #584 in alpha. |
@markrendle - try long polling. |
|
I think this is the last thing we need to look over before closing this issue. Everything else looks good. We should do some initial performance work to see what a certain application scenarios look like with redis (many groups, many connections, etc). |
Closing per triage. This is done. |
No description provided.
The text was updated successfully, but these errors were encountered: