delano / redis-dump

Redis to JSON and nack again
https://rubygems.org/gems/redis-dump
MIT License
818 stars 123 forks source link

ERROR (Yajl::ParseError): lexical error: invalid char in json text. #32

Open Ykinc opened 2 years ago

Ykinc commented 2 years ago

when use redis-dump, something went wrong.

os:windows the error value is \x03\x01000AAABfgSYbkk+7S9B94lIjJDrTQhJDSW\xB9,when export a json file ,is \u0003\u0001000AAABfgSYblkDQSRDVLxJv7DxWrXA3B+? .so it is wrong when load.

ERROR (Yajl::ParseError): lexical error: invalid char in json text. gSYbkk+7S9B94lIjJDrTQhJDSW?,"\u0003\u0001000AAABfgSYblkDQSRD (right here) ------^

Ykinc commented 2 years ago

@delano