Replies: 3 comments 10 replies
-
The RESP response cannot be obtained directly. Do you have any scenarios where the RESP response value is required? |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can check https://github.com/bsm/redeo |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use Writer in go-redis to parse result as follows:
It seems like the writer can't parse |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After execute
res, err := rdb.Do(ctx, "set", "key", "value").Result()
, Is there a method to get raw RESP response? Like$6\r\nfoobar\r\n
Beta Was this translation helpful? Give feedback.
All reactions