Closed GoogleCodeExporter closed 8 years ago
I was mistaken. The client was reading results by line rather than counting
bytes. It
seems values can be any byte stream at all (at least byte values 0-127, as I'm
limited
to ASCII). Keys can also be any byte except 0 (null), 10 (\n), and 32 (space),
which
are all command delimiters.
Original comment by alexgen...@gmail.com
on 21 Oct 2009 at 5:12
indeed, keys are not binary safe, but values are. You can even put a JPEG file
or any
kind of data as value. But not as key (for now).
Original comment by anti...@gmail.com
on 23 Oct 2009 at 12:40
Original issue reported on code.google.com by
alexgen...@gmail.com
on 21 Oct 2009 at 1:20