mongoproxy icon indicating copy to clipboard operation
mongoproxy copied to clipboard

A server that speaks the MongoDB wire protocol and can analyze/transform requests and responses - This Repository is NOT a supported MongoDB product

Results 12 mongoproxy issues
Sort by recently updated
recently updated
newest added

Make sure behavior is correct whenever a command returns 'ok': 0

OP_INSERT, OP_UPDATE, and OP_DELETE do not wait for responses, instead sending an OP_QUERY with a getLastError command to retrieve the response. Currently, Proxy Core sends back the same response as...