You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Request/Response server can be implemented so that it is able to process new
requests even if the client didn't already read the old responses. This way it
is possible to send multiple commands to the server without waiting for the
replies at all, and finally read the replies in a single step.
Redis supports pipelining since the very early days, so whatever version you
are running, you can use pipelining with Redis.
There should be something like the batch request, which remembers the order of
commands and places the results in accordance with this order.
Original issue reported on code.google.com by [email protected] on 14 Jan 2012 at 3:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Jan 2012 at 3:55The text was updated successfully, but these errors were encountered: