minor optimization for slowlog get (#12103)
We can always know the array length of the response, so there is no need to use addReplyDeferredLen which may introduce some additional overheads.
Please register or sign in to comment
We can always know the array length of the response, so there is no need to use addReplyDeferredLen which may introduce some additional overheads.