git-hulk commented on code in PR #345:
URL: https://github.com/apache/kvrocks-website/pull/345#discussion_r2887117144
##########
docs/supported-commands.md:
##########
@@ -335,7 +335,7 @@ To guarantee the correctness of client SDK, we rename the
`CLUSTER` command to `
| BGSAVE | ✓ | v1.0.0 | Initiates a background save
of the dataset to disk.
|
| LASTSAVE | ✓ | v2.6.0 | Returns the timestamp of
the last successful save to disk. Additionally, `LASTSAVE ISO8601` returns the
time in ISO8601 format. |
| PING | ✓ | v1.0.0 | Checks if the server is
alive, responding with "PONG."
|
-| SELECT | ✓ | v1.0.0 | simply returns OK.
|
+| SELECT | ✓ | v1.0.0 | Switches between databases
when `redis-databases` > 0 (default 0: returns OK without switching) since
2.15.0. |
Review Comment:
```suggestion
| SELECT | ✓ | v1.0.0 | Switches between
databases when `redis-databases` > 0 (default 0: returns OK without switching)
since 2.15.0. |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]