Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Mar 1, 2024
1 parent fa203db commit 358ba3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Logging.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Logging and validating the underlying RESP stream
===

If there is some question over the validity of the RESP stream to a server (especially when using proxies
or a "redis-like-but-not-actually-redis" server), and it is hard to know whether the *data* was bad, vs
Sometimes (rarely) there is a question over the validity of the RESP stream from a server (especially when using proxies
or a "redis-like-but-not-actually-redis" server), and it is hard to know whether the *data sent* was bad, vs
the client library tripped over the data.

To help with this, an experimental API exists to help log and validate RESP streams. This API is not intended
Expand Down Expand Up @@ -106,7 +106,7 @@ If the RESP streams are *not* valid, an exception will provide further details.
**An exception here is strong evidence that there is a fault either in the redis server, or an intermediate proxy**.

Conversely, if the library reported a protocol failure but the validation step here *does not* report an error, then
that is strong evidence of a library error; **please report this** (with details).
that is strong evidence of a library error; [**please report this**](https://github.com/StackExchange/StackExchange.Redis/issues/new) (with details).

You can also *replay* the conversation locally, seeing the individual requests and responses:

Expand Down

0 comments on commit 358ba3c

Please sign in to comment.