This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-3 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit fe1edc33827edc07e0f3d929c9ee3bcdcab8bb78 Author: Twice <[email protected]> AuthorDate: Fri Aug 22 13:01:17 2025 +0800 Update documentation for db size and SELECT command --- 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..938ad03c 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 db size in the response 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. :::
