Does go-redis support to get original result format? Eg, zrangewithscores in redis return a one-dimensional array, but in go-redis I get redis.Z slice, I want to get original result #2837
Unanswered
TonyStarkIron
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My app is a redis proxy to receive redis command and return results, however, go-redis returns redis.Z when command is ZRangeWithScores and other clients can't parse.
I want to this result format,
but I get this in go-redis:
Beta Was this translation helpful? Give feedback.
All reactions