-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels