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
-
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