We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buffer[1] = '*' .. tostring(argsn + 1) .. "\r\n" buffer[2] = '$' .. #command .. "\r\n" .. command .. "\r\n" local table_insert = table.insert for i = 1, argsn do local s_argument = tostring(args[i] or '') table_insert(buffer, '$' .. #s_argument .. "\r\n" .. s_argument .. "\r\n") end
i got confused with that we have to communicate with redis in this format? please help me to understand why thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i got confused with that we have to communicate with redis in this format?
please help me to understand why thanks!
The text was updated successfully, but these errors were encountered: