[[email protected] ~]# redis-cli -h 192.168.1.112 -p 6379 192.168.1.112:6379> set chen 陈林 OK 192.168.1.112:6379> get chen "\xe9\x99\x88\xe6\x9e\x97" 192.168.1.112:6379> 192.168.1.112:6379> exit [[email protected] ~]# redis-cli -h 192.168.1.112 -p 6379 --raw #加上参数--raw问题解决 192.168.1.112:6379> get chen 陈林
时间: 2024-10-29 09:32:32