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
Currently adding unit testing as well atm for this before I mark for review...
only thing is that this changes the interface on the Delete and DeleteAll commands
Noreply is a bit bodgy in the base text protocol. If you send a bunch of queries but something is misformatted it'll fill the connection with errors... since we can't avoid sending an error until we've parsed the request.
Meta handles it a bit better since we expect to handle some errors but I've had complaints that people can't just fire-and-forget in this mode.
We'll have to make a call on if it's worth implementing noreply or just go for quiet + pipelines with meta.
I wan't to set with noreply flag, but no api support.
The text was updated successfully, but these errors were encountered: