Support multi-value pub/sub (and add client id tracking) by mgravell · Pull Request #2508 · StackExchange/StackExchange.Redis
Navigation Menu
{{ message }}
StackExchange / StackExchange.Redis Public
- Notifications You must be signed in to change notification settings
- Fork 1.6k
Conversation
Copy link Copy Markdown
Collaborator
This PR encorporates df805be - I did a stoopid and failed to branch
This change fixes #2507:
- pub/sub messages with non-single bulk values should be usable; to avoid breaking the API, we unroll such messages into N discreet messages to the specified channel
- adds connection-id tracking (used for test, but we want this later anyway - we've been meaning to add this for a while)
mgravell
requested a review
from NickCraver
NickCraver approved these changes Jul 12, 2023
Copy link Copy Markdown
Collaborator
NickCraver
left a comment
NickCraver
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
mgravell
merged commit
8ce9e4d
into
main
mgravell
deleted the
fix2507
branch
mgravell
changed the title
release notes
Support multi-value pub/sub (and add client id tracking)
tvdias
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment