{
  "id": "suffix",
  "title": "rladmin suffix",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/rladmin/suffix/",
  "summary": "Manages the DNS suffixes in the cluster.",
  "content": "\nManages the DNS suffixes in the cluster.\n\n## `suffix add`\n\nAdds a DNS suffix to the cluster.\n\n``` sh\nrladmin suffix add name \u003cname\u003e\n        [default]\n        [internal]\n        [mdns]\n        [use_aaaa_ns]\n        [slaves \u003cip\u003e..]\n```\n\n### Parameters\n\n| Parameter | Type/Value       | Description                                                                                   |\n|-----------|------------------|-----------------------------------------------------------------------------------------------|\n| name      | string           | DNS suffix to add to the cluster                                                             |\n| default   |                  | Sets the given suffix as the default. If a default already exists, this overwrites it.  |\n| internal  |                  | Forces the given suffix to use private IPs                                                    |\n| mdns      |                  | Activates multicast DNS support for the given suffix                                           |\n| slaves    | list of IPv4 addresses | The given suffix will notify the frontend DNS servers when a change in the frontend DNS has occurred |\n| use_aaaa_ns |                | Activates IPv6 address support |\n\n### Returns\n\nReturns `Added suffixes successfully` if the suffix was added. Otherwise, it returns an error.\n\n### Example\n\n``` sh\n$ rladmin suffix add name new.rediscluster.local\nAdded suffixes successfully\n```\n\n## `suffix delete`\n\nDeletes an existing DNS suffix from the cluster.\n\n``` sh\nrladmin suffix delete name \u003cname\u003e\n```\n\n### Parameters\n\n| Parameter | Type/Value       | Description                                                                                   |\n|-----------|------------------|-----------------------------------------------------------------------------------------------|\n| name      | string           | DNS suffix to delete from the cluster                                                         |\n\n### Returns\n\nReturns `Suffix deleted successfully` if the suffix was deleted. Otherwise, it returns an error.\n\n### Example\n\n``` sh\n$ rladmin suffix delete name new.rediscluster.local\nSuffix deleted successfully\n```\n\n## `suffix list`\n\nLists the DNS suffixes in the cluster.\n\n```sh\nrladmin suffix list\n```\n\n### Parameters\n\nNone\n\n### Returns\n\nReturns a list of the DNS suffixes.\n\n### Example\n\n``` sh\n$ rladmin suffix list\nList of all suffixes:\ncluster.local\nnew.rediscluster.local\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

