You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this page users can check if a command is supported or not.
For CLUSTER and CLUSTERX we have a list to state the supporting status of every subcommands of these command,
but for many other commands we don't, e.g. CLIENT, SCRIPT...
We need to add subcommand supporting list for every command that have subcommands.
@PragmaTwice Could you clarify which specific commands currently lack subcommand listings?
I've noticed that commands like CLUSTER and CLUSTERX have detailed subcommand lists, but other commands such as CLIENT and SCRIPT don't. To improve the consistency of the documentation, it would be helpful to know which commands require subcommand listings to be added. Could you provide a list of such commands so we can address this gap?
@PragmaTwiceCould you clarify which specific commands currently lack subcommand listings?
I've noticed that commands like CLUSTER and CLUSTERX have detailed subcommand lists, but other commands such as CLIENT and SCRIPT don't. To improve the consistency of the documentation, it would be helpful to know which commands require subcommand listings to be added. Could you provide a list of such commands so we can address this gap?
Hi, thank you for your interest and question.
You can check Redis documentation to know if a command has subcommands. All commands that have subcommands need to be listed.
BTW I recommend to be familiar with Redis before taking this task. Then you can easily identify what kind of commands are likely to have subcommands.
@PragmaTwiceCould you clarify which specific commands currently lack subcommand listings?
I've noticed that commands like CLUSTER and CLUSTERX have detailed subcommand lists, but other commands such as CLIENT and SCRIPT don't. To improve the consistency of the documentation, it would be helpful to know which commands require subcommand listings to be added. Could you provide a list of such commands so we can address this gap?
Hi, thank you for your interest and question.
You can check Redis documentation to know if a command has subcommands. All commands that have subcommands need to be listed.
BTW I recommend to be familiar with Redis before taking this task. Then you can easily identify what kind of commands are likely to have subcommands.
Ok let me first be familiar with redis. Thank you for your consideration
Search before asking
Motivation
https://kvrocks.apache.org/docs/supported-commands
In this page users can check if a command is supported or not.
For CLUSTER and CLUSTERX we have a list to state the supporting status of every subcommands of these command,
but for many other commands we don't, e.g. CLIENT, SCRIPT...
We need to add subcommand supporting list for every command that have subcommands.
Solution
For source code of the website, refer to https://github.com/apache/kvrocks-website.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: