Skip to content

Commit

Permalink
Update client help output
Browse files Browse the repository at this point in the history
  • Loading branch information
hwware committed Sep 11, 2024
1 parent fa348e2 commit 2092390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/networking.c
Original file line number Diff line number Diff line change
Expand Up @@ -3492,6 +3492,10 @@ void clientCommand(client *c) {
const char *help[] = {
"CACHING (YES|NO)",
" Enable/disable tracking of the keys for next command in OPTIN/OPTOUT modes.",
"CAPA <option> [options...]",
" The client claims its some capability options, Options are:",
" * REDIRECT",
" The client can handle redirection during primary and replica failover",
"GETREDIR",
" Return the client ID we are redirecting to when tracking is enabled.",
"GETNAME",
Expand Down

0 comments on commit 2092390

Please sign in to comment.