Does swoole have a more detailed introduction to MongoDB protocol support?

related codes

/ / Please paste the code text below (do not replace the code with pictures)
official documents should be from a long time ago. Is there any latest technical point
pecl download mongodb
cd mongodb-1.5.2/
vim src/libmongoc/src/libmongoc/src/mongoc/mongoc-socket.c
phpize
make-j

Jun.21,2022

verified by the actual project, there is a problem with the underlying design of the mongodb extension and cannot be used for collaboration. Please use the Task process simulation implementation. There is no implementation of the native protocol client for the time being.

Menu