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
Add pipelining feature to the Olric Binary Protocol. Send multiple commands to the server without waiting for the replies at all, and finally read the replies in a single step.
We need this to improve and refactor distributed caching mechanisms. Here is the Redis documentation: https://redis.io/topics/pipelining
The text was updated successfully, but these errors were encountered:
Add pipelining feature to the Olric Binary Protocol. Send multiple commands to the server without waiting for the replies at all, and finally read the replies in a single step.
We need this to improve and refactor distributed caching mechanisms. Here is the Redis documentation: https://redis.io/topics/pipelining
The text was updated successfully, but these errors were encountered: