vipshop / hiredis-vip

Support redis cluster. Maintained and used at vipshop.
BSD 3-Clause "New" or "Revised" License
323 stars 173 forks source link

使用该client的异步 api,发出的请求和对应的结果是fifo模型么 #77

Closed achilsh closed 6 years ago

achilsh commented 6 years ago

在使用该client 的异步API 连接 redis 集群,每次请求和对应的回应是fifo.还是回报不保证有序。因为在长连接上,请求没有携带 seq, 如果不保持有序的话,长连接上数据就全乱了。所以向你们确定这种场景

deep011 commented 6 years ago

是的

achilsh commented 6 years ago

收到,hiredis-vip设计异步模式时应该能保证有序

achilsh commented 6 years ago

check it as describled