Replies: 1 comment 1 reply
-
+1 for @vmihailenco what do you think? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
StringSliceCmd
.Result() returns a[]string
. There can be aByteSlices()
method just like howStringCmd
has aBytes()
method. Our use case is that we pull lot of items from redis and write them to anio.Writer
. Having byte slices returned will improve performance and reduces allocations. I will send a PR if this is accepted.cc: @knadh
Beta Was this translation helpful? Give feedback.
All reactions