Is NATS officialy supported pipelining? #2934
-
Does NATS support the pipelining as described in the Redis documentation?
|
Beta Was this translation helpful? Give feedback.
Answered by
derekcollison
Mar 19, 2022
Replies: 1 comment 3 replies
-
The protocol is agnostic to how the commands are sent, most clients batch them up to avoid excessive syscalls. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
derekcollison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The protocol is agnostic to how the commands are sent, most clients batch them up to avoid excessive syscalls.