if len(response) != len(commands):
self.connection.disconnect()
raise ResponseError("Wrong number of response items from "
"pipeline execution")在什么情況下,response和commands的長度會不一致,求解答redis/client.py源碼的第3351行
添加回答
舉報(bào)
0/150
提交
取消