You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Reading output from `RESPValue` existentials is entirely verbose and does not provide a human-readable description of what is being represented.
Modifications:
- Add conformance to `CustomStringConvertible` for `RESPValue`
- Remove redundant logging of arguments in `RedisConnection.send`
Result:
String representations of `RESPValue` should now be more readable for human to understand.
0 commit comments