在Linux上使用redis-cli使用Redis 2.10,我遇到了有关重音的问题......
如果我执行命令
设置"字符串""à"
=>我得到"\ xc3\xa0"
似乎每个转换的口音都以"\ xc3"开头
如何取回原来的字符串?
redis
redis ×1