sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

[BUG] JSON.ARRAPPEND command failed #518

Closed druidfund closed 1 year ago

druidfund commented 1 year ago

when I use generic interface to send command JSON.ARRAPPEND, which value like R"('"abc"')", redis server will receive value with a forward slash like: '\"abc\"', is this the expected behavior? if it is, how can I send command like JSON.ARRAPPEND