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

hulk 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 ac7a585e Document NAMESPACE subcommands in supported-commands.md (#329)
ac7a585e is described below

commit ac7a585e9622274efd5313bee770ca4ae6ee57ab
Author: Twice <[email protected]>
AuthorDate: Sat Oct 25 17:16:08 2025 +0800

    Document NAMESPACE subcommands in supported-commands.md (#329)
    
    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