boostorg / redis

An async redis client designed for performance and scalability
https://www.boost.org/doc/libs/develop/libs/redis/doc/html/index.html
Boost Software License 1.0
212 stars 38 forks source link

Accepts as valid responses to staged requests. #171

Closed mzimbres closed 6 months ago

mzimbres commented 6 months ago

Before these changes the request had to be marked as written in order to interpret incoming responses as belonging to that request. On fast networks however, like on localhost and under load the responses might arrive before the write operation completed.