holys / redis-cli

A pure go implementation of redis-cli.
https://github.com/holys/redis-cli
MIT License
213 stars 22 forks source link

fail to set json value #11

Closed panhow closed 2 years ago

panhow commented 5 years ago

i tried to set a json value,like: set main "{\"a\":123,\"b\":\"111\"}" client reply: (error) ERR syntax error the regex analyzed inccorectly.