Skip to content

AMR: use RESP3 and disable the default config channel by default#3067

Open
mgravell wants to merge 8 commits intomainfrom
marc/resp3_amr
Open

AMR: use RESP3 and disable the default config channel by default#3067
mgravell wants to merge 8 commits intomainfrom
marc/resp3_amr

Conversation

@mgravell
Copy link
Copy Markdown
Collaborator

@mgravell mgravell commented Apr 28, 2026

@philon-msft

Specific to AMR endpoints for now (planned more generally for v3)

  • prefer RESP3
  • don't use the old booksleeve pub/sub channel
  • don't run the post-connect maintenance listener hook

Unit test validates behaviour. As a side change: the toy server now supports TLS so we can emulate AMR as closely as possible; we use a self-signed cert for this.

Outstanding:

  • pub/sub connections are too eager - need to make lazier, so that even on RESP2 with booksleeve channel disabled:
    1. pub/sub doesn't connect initially
    2. but it does connect when needed

@mgravell mgravell requested a review from philon-msft April 28, 2026 12:21
Comment thread src/StackExchange.Redis/Configuration/DefaultOptionsProvider.cs
Comment thread src/StackExchange.Redis/PublicAPI/PublicAPI.Unshipped.txt
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.

2 participants