{
  "id": "help",
  "title": "rladmin help",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/rladmin/help/",
  "summary": "Shows available commands or specific command usage.",
  "content": "\nLists all options and parameters for `rladmin` commands.\n\n``` sh\nrladmin help [command]\n```\n\n### Parameters\n\n| Parameter | Description |\n|-----------|-------------|\n|  command   |  Display help for this `rladmin` command (optional)  |\n\n### Returns\n\nReturns a list of available `rladmin` commands.\n\nIf a `command` is specified, returns a list of all the options and parameters for that `rladmin` command.\n\n### Example\n\n```sh\n$ rladmin help\nusage: rladmin [options] [command] [command args]\n\nOptions:\n  -y  Assume Yes for all required user confirmations.\n\nCommands:\n  bind      Bind an endpoint\n  cluster   Cluster management commands\n  exit      Exit admin shell\n  failover  Fail-over master to slave\n  help      Show available commands, or use help \u003ccommand\u003e for a specific command\n  info      Show information about tunable parameters\n  migrate   Migrate elements between nodes\n  node      Node management commands\n  placement Configure shards placement policy\n  recover   Recover databases\n  restart   Restart database shards\n  status    Show status information\n  suffix    Suffix management\n  tune      Tune system parameters\n  upgrade   Upgrade entity version\n  verify    Cluster verification reports\n\nUse \"rladmin help [command]\" to get more information on a specific command.\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

