new tunnel-based RESP logging and validation by mgravell · Pull Request #2660 · StackExchange/StackExchange.Redis
Navigation Menu
{{ message }}
StackExchange / StackExchange.Redis Public
- Notifications You must be signed in to change notification settings
- Fork 1.6k
Merged
Conversation
Copy link Copy Markdown
Collaborator
context: #2650
adds:
- opt-in full RESP logging to file (supports TLS, logged data is not encrypted)
- RESP validation of captured files
- RESP local replay of captured files (for display purposes; this is not replay against a server)
note that this API is considered (and is annotated) experimental, and as such does not yet feature in the API file list; this is intentional
mgravell added 7 commits
March 1, 2024 13:09philon-msft reviewed Mar 1, 2024
docs/RespLogging.md
Show resolved
Hide resolved
docs/RespLogging.md Show resolved Hide resolved
philon-msft reviewed Mar 1, 2024
src/StackExchange.Redis/Configuration/LoggingTunnel.cs
Outdated
Show resolved
Hide resolved
src/StackExchange.Redis/Configuration/LoggingTunnel.cs Outdated Show resolved Hide resolved
philon-msft reviewed Mar 1, 2024
src/StackExchange.Redis/Configuration/LoggingTunnel.cs
Show resolved
Hide resolved
src/StackExchange.Redis/Configuration/LoggingTunnel.cs Show resolved Hide resolved
Copy link Copy Markdown
Collaborator Author
mgravell
commented
Mar 1, 2024
mgravell commented
Mar 1, 2024@philon-msft GitHub finally caught up - those commits now exist
philon-msft approved these changes Mar 1, 2024
mgravell
merged commit
9ab79e3
into
main
mgravell
deleted the
tunnen-log
branch
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