From d53a4706f3a8cdaf82ad1578b383692b53ab65fd Mon Sep 17 00:00:00 2001 From: iProbe Date: Fri, 20 Oct 2023 11:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93/mongodb/=E6=9F=A5=E8=AF=A2=E6=97=B6=E9=97=B4.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库/mongodb/查询时间.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 数据库/mongodb/查询时间.md diff --git a/数据库/mongodb/查询时间.md b/数据库/mongodb/查询时间.md new file mode 100644 index 0000000..6c850f4 --- /dev/null +++ b/数据库/mongodb/查询时间.md @@ -0,0 +1,3 @@ +```shell +db.runCommand({ serverStatus: 1 }) +``` \ No newline at end of file