Clarify that Redis does allow tables to be sent back, but not associative ones.

This commit is contained in:
Tux 2015-06-21 22:44:14 -04:00
parent 59cb27d342
commit 6244f5b65e
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ for _, proxy in ipairs(ARGV) do
end
end
-- Redis can't map a Lua table back, so we have to send it as JSON.
-- Redis can't map Lua associative tables back, so we have to send it as JSON.
return cjson.encode(serverToData)