2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-22 20:28:00 +00:00

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

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)