mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-09 00:20:26 +00:00
Clarify that Redis does allow tables to be sent back, but not associative ones.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user