This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Move client command handling out of TCP protocol #7185
Merged
Merged
Commits on Mar 31, 2020
-
Add replication data handler concept.
This stops us having to subclass ReplicationClientHandler and override methods.
Configuration menu - View commit details
-
Copy full SHA for 699ccf3 - Browse repository at this point
Copy the full SHA 699ccf3View commit details -
Remove connection closed checks.
This will get replaced with a Linearizer later.
Configuration menu - View commit details
-
Copy full SHA for 5b1e760 - Browse repository at this point
Copy the full SHA 5b1e760View commit details -
Don't use POSITION to detect "finished connecting".
In a Redis world we won't necessarily get one POSITION per stream at the start of the connection, so we rejig our "streams connecting" logic.
Configuration menu - View commit details
-
Copy full SHA for 8f1a878 - Browse repository at this point
Copy the full SHA 8f1a878View commit details -
Add ReplicationCommandHandler.
The intention is to move all command processing logic to there, out of protocol, client and resource modules. Currently we only pull out client command processing from protocol and delegate to ReplicationClientHandler.
Configuration menu - View commit details
-
Copy full SHA for a0063c9 - Browse repository at this point
Copy the full SHA a0063c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2593b - Browse repository at this point
Copy the full SHA 7e2593bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bd170 - Browse repository at this point
Copy the full SHA 90bd170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac1eca - Browse repository at this point
Copy the full SHA 6ac1ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5104d16 - Browse repository at this point
Copy the full SHA 5104d16View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 730dbee - Browse repository at this point
Copy the full SHA 730dbeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23de3af - Browse repository at this point
Copy the full SHA 23de3afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6e753 - Browse repository at this point
Copy the full SHA 0d6e753View commit details -
Configuration menu - View commit details
-
Copy full SHA for e16225a - Browse repository at this point
Copy the full SHA e16225aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8503564 - Browse repository at this point
Copy the full SHA 8503564View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf57d56 - Browse repository at this point
Copy the full SHA cf57d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc91879 - Browse repository at this point
Copy the full SHA dc91879View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf99c8e - Browse repository at this point
Copy the full SHA bf99c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ebfa39 - Browse repository at this point
Copy the full SHA 1ebfa39View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca9778c - Browse repository at this point
Copy the full SHA ca9778cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 534bd86 - Browse repository at this point
Copy the full SHA 534bd86View commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 99e4a99 - Browse repository at this point
Copy the full SHA 99e4a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4873583 - Browse repository at this point
Copy the full SHA 4873583View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.