Replies: 1 comment 4 replies
-
Can anyone help me ? Thanks |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From processInlineBuffer we can know , each element of client.argv is of type robj* .
But we can also find some uages :
sdsdup(c->argv[2])
sdslen(c->argv[2])
This code writing style is not very rigorous. Can we use it like this in the code?
Beta Was this translation helpful? Give feedback.
All reactions