-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump RedisResult response structures to console/log/JSON/etc. #292
Comments
I agree. One solution would be Implementing fmt.Stringer() on the Lines 1027 to 1063 in 47c3d7c
|
Thanks for the tip, @rueian! I'll see if I can work something up for my own needs. Hopefully I come back soon with a PR! |
Thanks @derekm! I am really looking forward to it. |
Hi @derekm, hope you are doing well. Would you be still interested in implementing this feature? |
RedisResult
structures can be quite complex and counterintuitive to navigate initially (being nested lists of lists of different sizes).To support rapid prototyping, there should be a convenient way to dump response structures to a human-readable format for inspection during early development and debugging phases.
The text was updated successfully, but these errors were encountered: