This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new a04206f6 Update documentation for db size and SELECT command (#320)
a04206f6 is described below
commit a04206f66cded2e00da9da82be9a0940443ea1c5
Author: Twice <[email protected]>
AuthorDate: Fri Aug 22 13:03:38 2025 +0800
Update documentation for db size and SELECT command (#320)
* Update documentation for db size and SELECT command
* Clarify INFO command response update behavior
---
docs/supported-commands.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 0a8433d2..2a6b6588 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -374,7 +374,10 @@ To guarantee the correctness of client SDK, we rename the
`CLUSTER` command to `
:::note
-The db size is updated async after execute `DBSIZE SCAN` command.
+The response of `DBSIZE` and keyspace section of `INFO` is updated
asynchronously after executing `DBSIZE SCAN` command.
+
+In Kvrocks the `SELECT` command is just a placeholder and does not switch
between dbs.
+Use [the namespace feature](https://kvrocks.apache.org/docs/namespace) instead
if multiple dbs are needed.
:::