This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch PragmaTwice-patch-1
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit 826c14e7d08e7759741a07dc6ac71de012c151bf
Author: Twice <[email protected]>
AuthorDate: Sat Oct 25 16:59:46 2025 +0800

    Document NAMESPACE subcommands in supported-commands.md
    
    Added NAMESPACE subcommands section with details.
---
 docs/supported-commands.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 5e4d6f59..14b182fc 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -402,6 +402,18 @@ These commands are subcommands for `CONFIG`, using as 
`CONFIG GET` etc.
 | REWRITE    | ✓                | v1.0.0        | Persists the effective 
configuration to the file.                                                      
       |
 | RESETSTAT  | x                | -             | Resets the server's 
statistics.                                                                     
          |
 
+### NAMESPACE subcommands
+
+These commands are subcommands for `NAMESPACE`, using as `NAMESPACE GET` etc.
+
+| SUBCOMMAND | Supported OR Not | Since Version | Description                  
                                                                                
 |
+| ---------- | ---------------- | ------------- | 
------------------------------------------- |
+| GET        | ✓                | v1.0.0        | Retrieve information of 
namespaces.         |
+| SET        | ✓                | v1.0.0        | Set the password of a 
namespace.            |
+| ADD        | ✓                | v1.0.0        | Add a new namespace.         
               |
+| DEL        | ✓                | v1.0.0        | Deletes a namespace.         
               |
+| CURRENT    | ✓                | unstable      | Returns the current 
namespace name.         |
+
 ### CLIENT subcommands
 
 These commands are subcommands for `CLIENT`, using as `CLIENT INFO` etc.

Reply via email to