iorejson
iorejson copied to clipboard
retrieving UTF8 instead of escaped unicode
I've found that rejson.set(key, ".", value) stores data in Redis server using escaped unicode, so retrieving it loses legibility, but there's no option to get the data "unescaped" .
It would be needed to add an arg to the GET command to enable the NOESCAPE option.
for instance JSON.GET <key> NOESCAPE "."
comments ?
Nothing on this??
I really need it, cannot make it work with latin characters without the NOESCAPE
option.
Have you managed to solve it?