-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Core
-
None
All wire protocol methods in 3.2 support, and most method in 2.6 support, are actually issuing "commands" (OP_QUERY messages directed to a *.$cmd namespace). Each of these methods should internally use the command method, in order to deduplicate the options management of these messages, as well as to localize checks for e.g. collation support.