> My solution was to convert null (multi) bulk types into false, and the other way around, false returned from Ruby is turned as a null bulk reply.<p>should read:<p>> My solution was to convert null (multi) bulk types into false, and the other way around, false returned from Lua is turned as a null bulk reply.
That's cool, but not nuts about JSON. They should include at least one space-efficient format, like messagepack (which is 100% compatible with JSON after encoding / decoding). Of course, this opens the floodgates...<p>Also, is zlib available?