use benchmark
./redis-benchmark -h 10.0.1.208 -a test123 -r 1 -n 2 -c 1 -t mset --cluster -e -q
err:
Error from server ***:6379: ERR Protocol error: expected '$', got 'S'
gdb the benchmark , first mset buf is
*2\r\n$4\r\nAUTH\r\n$7\r\ntest123\r\n*21\r\n$4\r\nMSET\r\n$22\r\nkey:{tag}:
second mset bug if
*21\r\n$4\r\nMSET\r\n$22\r\nkey:{tag}:
I see the problem here
c->stagptr
Comment From: filipecosta90
If you guys agree, happy to take a look at the issue and try to reproduce/fix on my side :)
Comment From: filipecosta90
Hi there @huxiaozhe, #8486 should fix the above issue. I've validated the issue and the fix o my side, but can you please confirm it?