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
Command execution speed gets a significant speed boost by avoiding multiple small writes to the socket connection. Using an IOBuffer to collect the command args and do a single socket write.
Also turned off nagle and turned on quickack on sockets, suitable for the typically short and quick exchanges needed here.
0 commit comments