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:
parent
59cb27d342
commit
6244f5b65e
@ -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)
|
Loading…
Reference in New Issue
Block a user