if len(response) != len(commands):
self.connection.disconnect()
raise ResponseError("Wrong number of response items from "
"pipeline execution")在什么情况下,response和commands的长度会不一致,求解答
redis/client.py源码的第3351行
阿波罗的战车
相关分类