mongodb的replSetGetConfig监控
时间:2020-11-19 12:02:42
收藏:0
阅读:11
命令:
rs.conf(); db.runCommand( { replSetGetConfig: 1 } );
#######################################################################################
评论(0)